.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

…/d3x293/code-crew
home/skills/d3x293/code-crew
d3x293 avatar

d3x293/code-crew

12 skills

View on GitHub
$npx skills add d3x293/code-crew
SkillInstalls
agent-managerCreates, lists, and removes custom project-specific agents. Custom agents are stored in .claude/crew-agents/ and registered in crew-team.json for routing.—codebase-index3-layer codebase indexing system for token-efficient code navigation. Builds compact index + symbol map so agents read targeted lines instead of entire files.—crew-configManages CodeCrew configuration. Allows users to customize default mode, model tiers, agent activation, token budgets, and auto-index settings without editing…—crew-initAnalyzes a project codebase, builds 3-layer index, generates project profile, and auto-configures the agent team with relevant skills.—execution-orchestratorSmart hybrid execution engine that dispatches agents in parallel or sequential order based on task dependencies.—index-updaterKeeps the 3-layer codebase index fresh after file edits. Performs incremental updates by recomputing hashes and re-extracting metadata for only changed files.—lite-routerLite task router that bypasses Opus CEO entirely. Classifies tasks and routes directly to Sonnet and Haiku agents only.—skill-injectorAuto-selects and injects relevant skills from the 125+ ECC catalog into agent prompts based on task type, project stack, and agent role.—task-historyReads and displays task execution history from crew-history.json with filtering by type, agent, cost, and configurable limits.—task-rollbackReverts the last task's file changes using git. Reads task history for modified files and git reference, shows a preview, requires user confirmation, then…—task-routerCEO's task decomposition and routing engine. Classifies tasks by type and complexity, selects agents with appropriate model tiers, decides parallel vs…—team-statusDisplays CodeCrew status including project profile, agent team configuration, codebase index health, skill catalog stats, and recent task history.—