███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6851 | omc-setup | yeachan-heo/oh-my-claudecode |
This is the only command you need to learn. After running this, everything else is automatic. Graceful Interrupt Handling IMPORTANT: This setup process saves progress after each step. If interrupted (Ctrl+C or connection loss), the setup can resume from where it left off. State File Location - `.omc/state/setup-state.json` - Tracks completed steps Resume Detection (Step 0) Before starting any step, check for existing state: ``` Check for existing setup state STATE_FILE=".omc/state/set...
|
126 |
| 6852 | symfony:bootstrap-check | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:bootstrap-check<div
|
125 |
| 6853 | axiom-foundation-models-diag | charleswiltgen/axiom |
Foundation Models Diagnostics Overview Foundation Models issues manifest as context window exceeded errors, guardrail violations, slow generation, availability failures, and unexpected output. Core principle 80% of Foundation Models problems stem from misunderstanding model capabilities (3B parameter device-scale model, not world knowledge), context limits (4096 tokens), or availability requirements—not framework bugs. Red Flags — Suspect Foundation Models Issue If you see ANY of these, suspe...
|
125 |
| 6854 | template-page-generator | kostja94/marketing-skills |
Pages: Template Page Guides template page design for two distinct use cases: (1) Programmatic SEO — template + data = scale; (2) User-facing templates — users browse, select, and use templates to generate their own content (CMS, images, websites, vibe coding). See programmatic-seo for the scale framework. This skill covers template aggregation pages (gallery, hub) and template detail pages (individual template with "use" flow). When invoking : On first use , if helpful, open with 1–2 sentences o...
|
125 |
| 6855 | transaction-management | aj-geddes/useful-ai-prompts |
Transaction Management Overview Implement robust transaction management with ACID compliance, concurrency control, and error handling. Covers isolation levels, locking strategies, and deadlock resolution. When to Use ACID transaction implementation Concurrent data modification handling Isolation level selection Deadlock prevention and resolution Transaction timeout configuration Distributed transaction coordination Financial transaction safety Transaction Basics PostgreSQL Transactions Simple...
|
125 |
| 6856 | database-cloud-optimization-cost-optimize | sickn33/antigravity-awesome-skills |
Cloud Cost Optimization You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP. Use this skill when Reducing cloud infrastructure spend while preserving performance Rightsizing database instances or storage Implementing cost controls, budgets, or tagging policies Reviewing waste, idle resour...
|
125 |
| 6857 | oauth2-authentication | manutej/luxor-claude-marketplace |
OAuth2 Authentication A comprehensive skill for implementing secure authentication and authorization using OAuth2 and OpenID Connect. This skill covers all major authorization flows, token management strategies, security best practices, and real-world implementation patterns for web, mobile, and API applications. When to Use This Skill Use this skill when: Implementing user authentication in web applications, SPAs, or mobile apps Building API authorization with access tokens and refresh toke...
|
125 |
| 6858 | tdd-workflows-tdd-cycle | sickn33/antigravity-awesome-skills |
Use this skill when Working on tdd workflows tdd cycle tasks or workflows Needing guidance, best practices, or checklists for tdd workflows tdd cycle Do not use this skill when The task is unrelated to tdd workflows tdd cycle You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementat...
|
125 |
| 6859 | market-movers | eronred/aso-skills |
Market Movers Analysis You are an expert in App Store chart dynamics. Your goal is to analyze rank changes between chart snapshots, identify significant movements, and provide actionable insights about what's driving gains and losses. Initial Assessment Check for app-marketing-context.md — read it for the user's app and category Ask for chart type : top-free (default), top-paid, or top-grossing Ask for category : all charts or specific genre (e.g. Games, Productivity) Ask for country (default: U...
|
125 |
| 6860 | sentry-go-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Go SDK Sentry Go SDK Opinionated wizard that scans your Go project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Go" or "setup Sentry" in a Go app User wants error monitoring, tracing, logging, metrics, or crons in Go User mentions sentry-go , github.com/getsentry/sentry-go , or Go Sentry SDK User wants to monitor panics, HTTP handlers, or scheduled jobs in Go Note: SDK versions and APIs below reflect Sentry docs at time...
|
125 |
| 6861 | architecture-diagram-creator | mhattingpete/claude-skills-marketplace |
Architecture Diagram Creator Create comprehensive HTML architecture diagrams with data flows, business context, and system architecture. When to Use "Create architecture diagram for [project]" "Generate high-level overview" "Document system architecture" "Show data flow and processing pipeline" Components to Include Business Context: objectives, users, value, metrics Data Flow: sources → processing → outputs with SVG diagram Processing Pipeline: multi-stage visualization System Architecture: l...
|
125 |
| 6862 | alert-management | aj-geddes/useful-ai-prompts |
Alert Management Overview Design and implement sophisticated alert management systems with PagerDuty integration, escalation policies, alert routing, and incident coordination. When to Use Setting up alert routing Managing on-call schedules Coordinating incident response Creating escalation policies Integrating alerting systems Instructions 1. PagerDuty Client Integration // pagerduty-client.js const axios = require('axios'); class PagerDutyClient { constructor(apiToken) { this.apiToken...
|
125 |
| 6863 | analyze-test-run | microsoft/github-copilot-for-azure |
Analyze Test Run Downloads artifacts from a GitHub Actions integration test run, generates a summarized skill invocation report, and files GitHub issues for each test failure with root-cause analysis. When to Use Summarize results of a GitHub Actions integration test run Calculate skill invocation rates for the skill under test For azure-deploy tests: track the full deployment chain (azure-prepare → azure-validate → azure-deploy) Compare skill invocation across two runs File issues for test fail...
|
125 |
| 6864 | cloudbase | tencentcloudbase/cloudbase-skills |
CloudBase Development Guidelines 📁 Reference Files Location All reference documentation files are located in the references/ directory relative to this file. File Structure: cloudbase/ ├── SKILL.md This file (main entry) └── references/ All reference documentation ├── auth-web/ Web authentication guide ├── auth-wechat/ WeChat authentication guide ├── no-sql-web-sdk/ NoSQL database for Web ├── ui-design/ UI design guidelines └── ... ...
|
125 |
| 6865 | cmo-advisor | borghei/claude-skills |
CMO Advisor Marketing leadership advisory for Chief Marketing Officers. Core Competencies Brand strategy and positioning Demand generation Marketing operations Growth marketing Revenue marketing alignment Content strategy Marketing technology Team building and leadership Marketing Strategy Framework Strategic Planning Process Phase 1: Situation Analysis Market size and dynamics Competitive landscape Customer segmentation Current performance audit Phase 2: Strategy Definition Target market ...
|
125 |
| 6866 | slack-automation | casper-studios/casper-marketplace |
Slack Automation Overview Interact with Slack workspaces for channel management, message reading, and content analysis. All operations are read-only unless creating channels. Quick Decision Tree What do you need? │ ├── Search for channels by name │ └── references/search.md │ └── Script: scripts/slack_search.py search │ ├── Read messages from a channel │ └── references/fetch-news.md │ └── Script: scripts/fetch_slack_news.py │ ├── Create a new channel │ └── references/create-channel.md │...
|
125 |
| 6867 | remotion-animation | ncklrs/startup-os-skills |
Remotion Animation Generates animation configuration documents that define spring behaviors, interpolation mappings, easing curves, and timing constants for Remotion videos. This skill focuses exclusively on animation parameters and does NOT generate component code. What This Skill Does Generates animation configurations for: Spring configs — Damping, stiffness, mass parameters for spring animations Interpolation mappings — Input/output ranges for value transformations Easing functions — Tim...
|
125 |
| 6868 | dependency-audit | bobmatnyc/claude-mpm-skills |
Dependency Audit Status : Production Ready Last Updated : 2026-02-03 Scope : npm, pnpm, yarn projects Commands Command Purpose /audit-deps Run comprehensive dependency audit with prioritised findings Quick Start /audit-deps Full audit /audit-deps --security-only Only security vulnerabilities /audit-deps --outdated Only outdated packages /audit-deps --fix Auto-fix compatible updates What This Skill Audits 1. Security Vulnerabilities npm audit / pnpm ...
|
125 |
| 6869 | context7-mcp | upstash/context7 |
When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data. When to Use This Skill Activate this skill when the user: Asks setup or configuration questions ("How do I configure Next.js middleware?") Requests code involving libraries ("Write a Prisma query for...") Needs API references ("What are the Supabase auth methods?") Mentions specific frameworks (React, Vue, Svelte, Express, Tailwind, etc.) How to...
|
125 |
| 6870 | brainstorm | buiducnhat/agent-skills |
/brainstorm — Clarify Goals Before Planning Purpose: Separate WHAT from HOW. Explore the problem space before committing to a solution. Four phases: Assess clarity — Is the goal specific enough? Understand idea — What problem, who benefits, what exists? Explore approaches — Generate options, compare tradeoffs Capture design — Write structured output for /plan Quick Start /brainstorm "add user authentication" full 4-phase process /brainstorm prompts for goal Execution Steps Phase 1: Assess Clar...
|
125 |
| 6871 | tutorial-engineer | sickn33/antigravity-awesome-skills |
Use this skill when Working on tutorial engineer tasks or workflows Needing guidance, best practices, or checklists for tutorial engineer Transforming code, features, or libraries into learnable content Creating onboarding materials for new team members Writing documentation that teaches, not just references Building educational content for blogs, courses, or workshops Do not use this skill when The task is unrelated to tutorial engineer You need a different domain or tool outside this scope Wri...
|
125 |
| 6872 | symfony:doctrine-transactions | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-transactions<div
|
125 |
| 6873 | casper-design-system | casper-studios/casper-marketplace |
Casper Studios Design System A clean, elevated SaaS design system built on shadcn/ui , Tailwind CSS v4 , and React (Vite) . Every interface generated for Casper Studios — whether a client demo, internal tool, or quick prototype — must follow these rules to maintain a consistent, professional visual identity across the team. Before generating any UI code, read this file completely and the reference files listed below. You MUST read the reference files — they contain rules and code examples that a...
|
125 |
| 6874 | sentry-ruby-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Ruby SDK Sentry Ruby SDK Opinionated wizard that scans the project and guides through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Ruby" or "set up Sentry" in a Ruby app User wants error monitoring, tracing, logging, metrics, profiling, or crons in Ruby User mentions sentry-ruby , sentry-rails , or the Ruby Sentry SDK User is migrating from AppSignal, Honeybadger, Bugsnag, Rollbar, or Airbrake to Sentry User wants to monitor exceptions, HTTP ...
|
125 |
| 6875 | zero-trust-architecture | aj-geddes/useful-ai-prompts |
Zero Trust Architecture Overview Implement comprehensive Zero Trust security architecture based on "never trust, always verify" principle with identity-centric security, microsegmentation, and continuous verification. When to Use Cloud-native applications Microservices architecture Remote workforce security API security Multi-cloud deployments Legacy modernization Compliance requirements Implementation Examples 1. Zero Trust Gateway // zero-trust-gateway.js const jwt = require('jsonwebtoken');...
|
125 |
| 6876 | shodan reconnaissance and pentesting | davila7/claude-code-templates |
Shodan Reconnaissance and Pentesting Purpose Provide systematic methodologies for leveraging Shodan as a reconnaissance tool during penetration testing engagements. This skill covers the Shodan web interface, command-line interface (CLI), REST API, search filters, on-demand scanning, and network monitoring capabilities for discovering exposed services, vulnerable systems, and IoT devices. Inputs / Prerequisites Shodan Account : Free or paid account at shodan.io API Key : Obtained from Shodan acc...
|
125 |
| 6877 | cloud penetration testing | davila7/claude-code-templates |
Cloud Penetration Testing Purpose Conduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). This skill covers reconnaissance, authentication testing, resource enumeration, privilege escalation, data extraction, and persistence techniques for authorized cloud security engagements. Prerequisites Required Tools Azure tools Install-Module -Name Az -AllowClobber -Force Install-Module -Name MSOnline -Force In...
|
125 |
| 6878 | orchestrate | hyperb1iss/hyperskills |
Multi-Agent Orchestration Meta-orchestration patterns mined from 597+ real agent dispatches across production codebases. This skill tells you WHICH strategy to use, HOW to structure prompts, and WHEN to use background vs foreground. Core principle: Choose the right orchestration strategy for the work, partition agents by independence, inject context to enable parallelism, and adapt review overhead to trust level. Strategy Selection digraph strategy_selection { rankdir = TB ; "What type of work?"...
|
125 |
| 6879 | novelist-analyst | rysweet/amplihack |
Analyze events through the disciplinary lens of narrative fiction, applying established storytelling frameworks (three-act structure, hero's journey, character arc theory), narrative theory, and literary analytical methods to understand human motivations, dramatic stakes, thematic resonance, and story coherence in real-world events. When to Use This Skill - Leadership Analysis: Understanding leaders as characters with motivations, flaws, and arcs - Organizational Narratives: Analyzing compan...
|
125 |
| 6880 | tanstack-start | tanstack-skills/tanstack-skills |
TanStack Start on Cloudflare Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command. Each project gets exactly what it needs. What You Get Layer Technology Framework TanStack Start v1 (SSR, file-based routing, server functions) Frontend React 19, Tailwind v4, shadcn/ui Backend Server functions (via Nitro on Cloudflare Workers) Database D1 + Drizzle ORM Auth better-auth (Google OAuth + email/password) Deployment Cloudflare Workers Workfl...
|
125 |
| 6881 | agent-ready-codebase | casper-studios/casper-marketplace |
Agent-Ready Codebase Overview When agents struggle with a codebase, they are reflecting and amplifying the codebase's existing weaknesses. This skill evaluates codebases against five principles that determine agent effectiveness, and provides concrete guidance to improve each one. It adapts to the project's language and stack. Based on "AI Is Forcing Us To Write Good Code" . Mode Selection Determine which mode to operate in based on context: Audit : The user has an existing codebase and wants to...
|
125 |
| 6882 | learning-path-builder | rysweet/amplihack |
This skill creates personalized, structured learning paths that guide users through mastering new technologies, frameworks, or concepts. It combines skill assessment, goal definition, resource curation, and progress tracking to enable efficient learning and measurable progress. When to Use This Skill - New Technology Adoption: Learning a new framework, language, or tool - Onboarding: Bringing team members up to speed on project technologies - Hackathon Preparation: Building required skills ...
|
125 |
| 6883 | mlops-engineer | sickn33/antigravity-awesome-skills |
Use this skill when Working on mlops engineer tasks or workflows Needing guidance, best practices, or checklists for mlops engineer Do not use this skill when The task is unrelated to mlops engineer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
|
125 |
| 6884 | audio-transcribe | infquest/vibe-ops-plugin |
Audio Transcriber 使用 WhisperX 进行语音识别,支持多种语言和词级别时间戳对齐。 Prerequisites 需要 Python 3.12(uv 会自动管理)。 Usage When the user wants to transcribe audio/video: $ARGUMENTS Instructions 你是一个语音转文字助手,使用 WhisperX 帮助用户将音频转换为文字。请按以下步骤操作: Step 1: 获取输入文件 如果用户没有提供输入文件路径,询问他们提供一个。 支持的格式: 音频:MP3, WAV, FLAC, M4A, OGG, etc. 视频:MP4, MKV, MOV, AVI, etc.(会自动提取音频) 验证文件存在: ls -la "$INPUT_FILE" Step 2: 询问用户配置 ⚠️ 必须:使用 AskUserQuestion 工具收集用户的偏好。不要跳过这一步。 使用 AskUserQuestion 工具收集以下信息: 模型大小:选择识别模型 选项: "base - 平衡速度和...
|
125 |
| 6885 | configuration-management | aj-geddes/useful-ai-prompts |
Configuration Management Overview Comprehensive guide to managing application configuration across environments, including environment variables, configuration files, secrets, feature flags, and following 12-factor app methodology. When to Use Setting up configuration for different environments Managing secrets and credentials Implementing feature flags Creating configuration hierarchies Following 12-factor app principles Migrating configuration to cloud services Implementing dynamic configura...
|
125 |
| 6886 | swiftui-expert-skill | sickn33/antigravity-awesome-skills |
SwiftUI Expert Skill Overview Use this skill to build, review, or improve SwiftUI features with correct state management, modern API usage, Swift concurrency best practices, optimal view composition, and iOS 26+ Liquid Glass styling. Prioritize native APIs, Apple design guidance, and performance-conscious patterns. This skill focuses on facts and best practices without enforcing specific architectural patterns. Workflow Decision Tree 1) Review existing SwiftUI code Check property wrapper usage...
|
125 |
| 6887 | agent-browser | casper-studios/casper-marketplace |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
125 |
| 6888 | release-it | wondelai/skills |
Release It! Framework Framework for designing, deploying, and operating production-ready software systems. Based on a fundamental truth: the software that passes QA is not the software that survives production. Production is a hostile environment -- and your system must be built to expect and handle failure at every level. Core Principle Every system will eventually be pushed beyond its design limits. The question is not whether failures will happen, but whether your system degrades gracefully o...
|
125 |
| 6889 | sadd:tree-of-thoughts | neolabhq/context-engineering-kit |
tree-of-thoughts Pattern: Tree of Thoughts (ToT) This command implements a six-phase systematic reasoning pattern with adaptive strategy selection: Phase 1: Exploration (Propose Approaches) ┌─ Agent A → Proposals A1, A2 (with probabilities) ─┐ Task ───┼─ Agent B → Proposals B1, B2 (with probabilities) ─┼─┐ └─ Agent C → Proposals C1, C2 (with probabilities) ─┘ │ │ Phase 2: Pruning (Vote for Best 3) │ ┌─ Judge 1 → Votes + Rationale ─┐ │ ├─ Judge 2 → ...
|
125 |
| 6890 | react-best-practices | dedalus-erp-pas/foundation-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
125 |
| 6891 | videodb | video-db/skills |
VideoDB Skill Perception + memory + actions for video, live streams, and desktop sessions. When to use Desktop Perception Start/stop a desktop session capturing screen, mic, and system audio Stream live context and store episodic session memory Run real-time alerts/triggers on what's spoken and what's happening on screen Produce session summaries , a searchable timeline, and playable evidence links Video ingest + stream Ingest a file or URL and return a playable web stream link Transcode/normali...
|
125 |
| 6892 | security-scanning-security-dependencies | sickn33/antigravity-awesome-skills |
Dependency Vulnerability Scanning You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across multiple ecosystems to identify vulnerabilities, assess risks, and provide automated remediation strategies. Use this skill when Auditing dependencies for vulnerabilities or license risks Generating SBOMs for compliance or supply chain visibility Planning remediation for outdated or vulnerable packages Standard...
|
125 |
| 6893 | mini-wiki | trsoliu/mini-wiki |
Wiki Generator Generate structured project Wiki to .mini-wiki/ directory. Output Structure .mini-wiki/ ├── config.yaml Configuration ├── meta.json Metadata ├── cache/ Incremental update cache ├── wiki/ Main Wiki content │ ├── index.md │ ├── architecture.md │ ├── getting-started.md │ ├── modules/ │ ├── api/ │ └── assets/ └── i18n/ Multi-language versions ├── en/ └── zh/ 🔌 Plugin Executi...
|
125 |
| 6894 | review | buiducnhat/agent-skills |
Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input $ARGUMENTS can be: A file path: review that specific test file A directory: review all test files in the directory Empty: review all tests in the project's testDir Steps 1. Gather Context Read playwright.config.ts for project settings List all *.spec.ts / *.spec.js files in scope If reviewing a single file, also check related page objects and fixtures 2. Check Ea...
|
125 |
| 6895 | ai-video-production-master | erichowens/some_claude_skills |
AI Video Production Master Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in: Multiple video approaches: Stock footage, T2V (Sora-style), I2V, hybrid Hybrid local/cloud workflows for cost optimization Style and character consistency (LoRA, IPAdapter, prompt discipline) Motion graphics and synthetic elements (title cards, data viz, lower thirds) Artist commissioning for training datasets Cloud GPU orchestration (Vast.ai, RunPod) When to Use ✅ USE this skill ...
|
125 |
| 6896 | native-ads | kostja94/marketing-skills |
Paid Ads: Native Ads Guides native advertising on Taboola, Outbrain, and content recommendation networks. Native ads blend with publisher content and achieve ~18% higher CTR than display banners. Use this skill when planning or optimizing native ad campaigns. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessme...
|
124 |
| 6897 | javascript-pro | sickn33/antigravity-awesome-skills |
JavaScript Pro Senior JavaScript developer with 10+ years mastering modern ES2023+ features, asynchronous patterns, and full-stack JavaScript development. Role Definition You are a senior JavaScript engineer with 10+ years of experience. You specialize in modern ES2023+ JavaScript, Node.js 20+, asynchronous programming, functional patterns, and performance optimization. You build clean, maintainable code following modern best practices. When to Use This Skill Building vanilla JavaScript appl...
|
124 |
| 6898 | claude-md-progressive-disclosurer | daymade/claude-code-skills |
CLAUDE.md Progressive Disclosure Optimizer Analyze and optimize user CLAUDE.md files to reduce context overhead while preserving functionality. Quick Start Backup the original file first Audit the current state (list all sections with line counts) Classify each section using the criteria below Propose optimizations with before/after comparison table Verify information completeness checklist before executing Execute approved changes Test that moved content remains discoverable Section Classific...
|
124 |
| 6899 | arxiv-viewer | actionbook/actionbook |
arXiv Viewer Access, search, download, and read academic papers from arXiv using a hybrid API + Actionbook approach. Architecture Overview ┌─────────────────────────────────────────────────────────────┐ │ arxiv-viewer │ ├─────────────────┬─────────────────┬─────────────────────────┤ │ arXiv API │ arxiv.org Web │ ar5iv.org │ │ (WebFetch) │ (Actionbook) │ (Actionbook) │ ├─────────────────┼─────────────────┼────...
|
124 |
| 6900 | customaize-agent:test-skill | neolabhq/context-engineering-kit |
Testing Skills With Subagents Test skill provided by user or developed before. Overview Testing skills is just TDD applied to process documentation. You run scenarios without the skill (RED - watch agent fail), write skill addressing those failures (GREEN - watch agent comply), then close loopholes (REFACTOR - stay compliant). Core principle: If you didn't watch an agent fail without the skill, you don't know if the skill prevents the right failures. REQUIRED BACKGROUND: You MUST understand supe...
|
124 |