.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/theastrelo/claude-pipeline
home/subagents/theastrelo/claude-pipeline
theastrelo avatar

theastrelo/claude-pipeline

15 subagents

View on GitHub
Subagent
adversarial-coordinatorMulti-perspective critique to stress-test designs. Runs 3 critic passes with different viewpoints to surface blind spots.architectCreate first-principles design grounded in live documentation research. Every decision must cite authoritative sources.atomic-plannerCreate deterministic implementation specs with zero ambiguity. Builders should never need to make decisions.builderExecute implementation plans with context isolation per step. No improvisation - follow the plan exactly.code-scannerTool-agnostic 13-phase AI development pipeline — turns a task description into reviewed, committed code through automated design, adversarial review, security, test, and code-review gates. One bash…denoiserRemove debug artifacts, console.logs, commented code, and development leftovers from production code.drift-detectorVerify plan-vs-design alignment before build. Catch missing coverage, scope creep, and contradictions.plan-reviewerReviews implementation plans for completeness, feasibility, risks, and alignment with project conventions. Provides a verdict and actionable feedback.plannerCreates detailed implementation plans for features, bug fixes, and refactors. Explores the codebase, identifies files to change, and produces a step-by-step plan with acceptance criteria.pre-checkResearch existing solutions before building anything newquality-behaviorBehavior validation - verify tests pass and outputs match design specifications.quality-docsDocumentation coverage check - verify Swagger docs, JSDoc comments, and API documentation.quality-fitCode quality check for types, lint, and project conventions. Verify code fits RDO patterns.requirements-crystallizerExtract and crystallize requirements through structured Q&A. Transforms fuzzy requests into precise, actionable briefs.security-auditorSecurity audit for OWASP vulnerabilities, auth bypass, secrets exposure, and injection attacks.