Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
autoclaude-task-converter
Convert single-file task backlogs (TASKS.md format) to AutoClaude multi-file spec structure. Use when the user wants to (1) convert existing TASKS.md or similar task backlog files to AutoClaude specs, (2) initialize a new project with AutoClaude-compatible task structure, (3) migrate task definitions from simple markdown to the multi-file spec format with requirements.json, context.json, implementation_plan.json. Triggers on phrases like "convert tasks to AutoClaude", "set up AutoClaude specs", "migrate backlog", "create spec from task".
toddward/claude-skills-playground 10
-
audit-security
Security-focused audit that can run in background during implementation. Checks for vulnerabilities, auth issues, data exposure. Injects P0 findings to main agent.
ferdiangunawan/rpi-stack 4
-
rpi
Use when implementing features from Jira tickets, PRDs, or user requirements. Orchestrates Research-Plan-Implement workflow with quality gates for hallucination, overengineering, and underengineering detection.
ferdiangunawan/rpi-stack 4
-
implement
Executes implementation plan with quality checks and progress tracking. Follows AGENTS.md patterns strictly.
ferdiangunawan/rpi-stack 4
-
code-review
Code reviewer focusing on correctness, regressions, security, and test coverage - P0/P1/P2 severity
ferdiangunawan/rpi-stack 4
-
audit
Validates research/plan/code against overengineering, underengineering, and hallucination
ferdiangunawan/rpi-stack 4
-
audit-performance
Performance-focused audit that can run in background during implementation. Checks for inefficiencies, memory leaks, widget rebuilds. Injects P0 findings to main agent.
ferdiangunawan/rpi-stack 4
-
research
Use when needing to understand requirements before implementation. Gathers context from Jira, Confluence, codebase, and docs. Produces research document with confidence scoring.
ferdiangunawan/rpi-stack 4
-
plan
Creates detailed implementation plan from validated research. Produces task breakdown with dependencies.
ferdiangunawan/rpi-stack 4
-
NestJS Framework
Node.js/TypeScript backend framework with dependency injection and modular architecture
FortiumPartners/ai-mesh 11
-
tooling-detector
FortiumPartners/ai-mesh 11
-
pytest Test Framework
Execute and generate pytest tests for Python projects with fixtures, parametrization, and mocking support
FortiumPartners/ai-mesh 11
-
smoke-test-critical-paths
FortiumPartners/ai-mesh 11
-
helm
FortiumPartners/ai-mesh 11
-
cloud-provider-detector
FortiumPartners/ai-mesh 11
-
kubernetes
FortiumPartners/ai-mesh 11
-
blazor-framework
FortiumPartners/ai-mesh 11
-
smoke-test-database
FortiumPartners/ai-mesh 11
-
smoke-test-external-services
FortiumPartners/ai-mesh 11
-
flyio
FortiumPartners/ai-mesh 11
-
RSpec Test Framework
Execute and generate RSpec tests for Ruby projects with let bindings, before hooks, and mocking support
FortiumPartners/ai-mesh 11
-
xUnit Test Framework
Execute and generate xUnit tests for C#/.NET projects with FluentAssertions and Moq support
FortiumPartners/ai-mesh 11
-
ExUnit Test Framework
Execute and generate ExUnit tests for Elixir projects with setup callbacks, describe blocks, and async testing support
FortiumPartners/ai-mesh 11
-
Test Framework Detector
Automatically detect test frameworks (Jest, pytest, RSpec, xUnit) in projects by analyzing configuration files and dependencies
FortiumPartners/ai-mesh 11