.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

…/auravixstudio/caelo
home/skills/auravixstudio/caelo
auravixstudio avatar

auravixstudio/caelo

13 skills

View on GitHub
$npx skills add auravixstudio/caelo
SkillInstalls
best-of-nDelegate N parallel subagents on the same task, then pick the best result.—check-workVerify an implementation against acceptance criteria with a reviewer and a tester.—commitStage the right changes and write a clear, conventional commit message.—debugSystematically diagnose and fix a bug instead of guessing.—designDraft a design document and iterate writer/reviewer subagents until consensus.—document-codeAdd clear docstrings/comments and update docs for changed or unfamiliar code.—explain-codebaseMap and explain an unfamiliar codebase or module to the user.—implementOrchestrate an implement -> review -> fix loop with subagents until reviewers sign off.—pr-babysitWatch a pull request and delegate fixes until CI is green and reviews are addressed. Requires the GitHub MCP server or `gh`.—pr-reviewReview a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review.—refactorImprove code structure in small, safe steps without changing behavior.—reviewDelegate read-only reviewers over the local changes/branch and consolidate findings.—write-testsAdd focused, meaningful tests for code — happy path plus the edge cases that matter.—