Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
swing-research
Deep research with cross-verification and source tiering. Use when investigating technologies, comparing tools, fact-checking claims, evaluating architectures, or any task requiring verified information. Triggers on "조사해줘", "리서치", "research", "investigate", "fact-check", "비교 분석", "검증해줘".
majiayu000/claude-skill-registry 163
-
pre-quality-gate
プロジェクト プロジェクトの品質検証スキル。MakefileのSSOT q.checkを実行し結果を解釈する。
majiayu000/claude-skill-registry 163
-
coding-agent
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
majiayu000/claude-skill-registry 163
-
agenty-automation
Automate Agenty tasks via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
moai-lang-scala
Scala 3.6+ best practices with ScalaTest 3.2, sbt 1.10, functional programming patterns, and Play Framework.
majiayu000/claude-skill-registry 163
-
agentuity-cli-cloud-db-list
List database resources. Requires authentication. Use for Agentuity cloud platform operations
majiayu000/claude-skill-registry 163
-
clawphunks
Mint and trade ClawPhunks NFTs. The first collection designed for AI agents.
majiayu000/claude-skill-registry 163
-
uv
Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.
majiayu000/claude-skill-registry 163
-
backend-api
Design and implement RESTful API endpoints following best practices for routing, versioning, and HTTP standards. Use this skill when creating or modifying API routes, controllers, or endpoints in files like routes/api.php, API controller files in app/Http/Controllers/Api/, controller files in app/Http/Controllers/, API resource classes, or when implementing REST API functionality. Use when working on URL structures, HTTP method handling (GET, POST, PUT, PATCH, DELETE), API versioning strategies, query parameter handling for filtering/sorting/pagination, HTTP status code responses, rate limiting configuration, or any API endpoint design decisions.
majiayu000/claude-skill-registry 163
-
ctf-osint
Provides open source intelligence techniques for CTF challenges. Use when gathering information from public sources, social media, geolocation, DNS records, username enumeration, reverse image search, Google dorking, Wayback Machine, Tor relays, FEC filings, or identifying unknown data like hashes and coordinates.
majiayu000/claude-skill-registry 163
-
speckit-constitution
Create or update project governing principles and development guidelines. Use at project start to establish code quality, testing standards, and architectural constraints that guide all development.
majiayu000/claude-skill-registry 163
-
vibe-concurrent-test-safety
Audits tests for concurrency safety — race conditions, shared mock state, cleanup ordering. Use when writing tests that involve goroutines, async operations, or shared mutable state.
majiayu000/claude-skill-registry 163
-
moai-tool-ast-grep
AST-based structural code search, security scanning, and refactoring using ast-grep (sg CLI). Supports 40+ languages with pattern matching and code transformation.
majiayu000/claude-skill-registry 163
-
vercel
Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the `vercel` CLI.
majiayu000/claude-skill-registry 163
-
react-expert
Use when building React 18+ applications in .jsx or .tsx files, Next.js App Router projects, or create-react-app setups. Creates components, implements custom hooks, debugs rendering issues, migrates class components to functional, and implements state management. Invoke for Server Components, Suspense boundaries, useActionState forms, performance optimization, or React 19 features.
majiayu000/claude-skill-registry 163
-
ringlead-dedup
RingLead data quality and deduplication platform
majiayu000/claude-skill-registry 163
-
tdd-workflow
Automatically invoked when user wants to develop new features using Test-Driven Development.
Trigger keywords: "new feature", "add API", "implement", "create endpoint", "TDD",
"test-driven", "新功能", "新增 API", "實作"
This skill enforces strict TDD workflow: RED → GREEN → REFACTOR
Uses subagents to maintain clean context and ensure quality.
majiayu000/claude-skill-registry 163
-
validate-and-fix
Run validation, parse errors, and auto-fix common skill issues like description format, orphan files, and naming mismatches
majiayu000/claude-skill-registry 163
-
interface-design-review
Review Rust interfaces for ease of correct use and resistance to misuse, applying "make interfaces easy to use correctly and hard to use incorrectly"
majiayu000/claude-skill-registry 163
-
responsiveness-check
Test website responsiveness across viewport widths using browser automation. Resizes a single session through breakpoints, screenshots each width, and detects layout transitions (column changes, nav switches, overflow). Produces comparison reports showing exactly where layouts break. Trigger with 'responsiveness check', 'check responsive', 'breakpoint test', 'viewport test', 'responsive sweep', 'check breakpoints', or 'test at mobile'.
majiayu000/claude-skill-registry 163
-
embedded-systems
Use when developing firmware for microcontrollers, implementing RTOS applications, or optimizing power consumption. Invoke for STM32, ESP32, FreeRTOS, bare-metal, power optimization, real-time systems, configure peripherals, write interrupt handlers, implement DMA transfers, debug timing issues.
majiayu000/claude-skill-registry 163
-
nw-jtbd-analysis
JTBD methodology for extracting real jobs behind feature requests — job statements, abstraction layers, first-principles extraction, ODI outcome statements, and opportunity scoring
majiayu000/claude-skill-registry 163
-
update-deps
Check for dependency and plugin updates, review and apply selected upgrades
majiayu000/claude-skill-registry 163
-
qa-only
Report-only QA testing. Systematically tests a web application and produces a
structured report with health score, screenshots, and repro steps — but never
fixes anything. Use when asked to "just report bugs", "qa report only", or
"test but don't fix". For the full test-fix-verify loop, use /qa instead.
Proactively suggest when the user wants a bug report without any code changes.
majiayu000/claude-skill-registry 163