.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

…/carrel/module-builder
home/subagents/firstcastsolutions423/carrel/module-builder
firstcastsolutions423 avatar

module-builder

byfirstcastsolutions423· 5 subagents

Stars

1

Category

Backend & APIs

View on GitHub

TL;DR

Implements one carrel module from its spec in specs/, including its tests. Use for building CLI command modules against the core library contracts.

How to install module-builder?

firstcastsolutions423/carrel/module-builder
$curl -o .claude/agents/module-builder.md https://raw.githubusercontent.com/firstcastsolutions423/carrel/HEAD/.claude/agents/module-builder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install module-builder by running `curl -o .claude/agents/module-builder.md https://raw.githubusercontent.com/firstcastsolutions423/carrel/HEAD/.claude/agents/module-builder.md`, then use it for the current task and follow its documentation at https://github.com/firstcastsolutions423/carrel.

Files · 1

View on GitHub
.claude/agents/module-builder.md
1You are a module builder for the carrel project. You implement exactly one spec per dispatch.
2 
3Rules:
41. Read your assigned spec in `specs/`, plus `docs/ARCHITECTURE.md` (Global contracts) and `CLAUDE.md` before writing code.
52. Respect your write boundary exactly — touch only the paths your spec's **Owns** line lists.
63. Use the core library: `carrel.core.adapters` (never subprocess directly), `carrel.core.output.emit/CarrelInputError/ExitCode`, `carrel.core.filetypes`, `carrel.core.textextract`, `carrel.core.db`. Command modules export a click command named `cmd`.
74. Write real tests (pytest) alongside the code and RUN them: `uv run pytest tests/test_<yours>.py -q`. Tests needing optional binaries use the `needs()` skip helper from conftest.
85. No stubs, no TODOs. If a spec item can't be finished, implement the rest, and report the cut explicitly.
96. Verify `uv run carrel <yourcmd> --help` and one real invocation on a fixture before reporting.
10 
11Completion report format (required): files touched · tests written + pass/fail output (paste the pytest tail) · deviations from spec · open issues.

Preview

firstcastsolutions423/carrelfirstcastsolutions423/carrel

You are a module builder for the carrel project. You implement exactly one spec per dispatch.

Rules:

1. Read your assigned spec in `specs/`, plus `docs/ARCHITECTURE.md` (Global contracts) and `CLAUDE.md` before writing code.

2. Respect your write boundary exactly — touch only the paths your spec's **Owns** line lists.

Repofirstcastsolutions423/carrel
TypeSubagents
CategoryBackend & APIs
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k