martinffx/atelier

An atelier for your Agent: spec-driven workflows, deep thinking, and code quality.

44Stars on the repository
19Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

martinffx/atelier

Skill Claude CodeCodex

Skill routing and workflow orchestration. Selects Inline Plan or Spec-backed Plan, routes to the correct workflow skill, and manages transitions between phases. Use when starting any conversation or task to determine which planning mode and skill apply.

44 23d ago A 52 tokens original MIT

atelier-setup

02

martinffx/atelier

Skill Claude CodeCodex

Configure a repository for Atelier's development workflow. Use only when explicitly invoked; inspect existing guidance, issue-tracker and domain-document conventions, preview the proposed configuration, and write only after approval. It does not install Atelier or initialize external tooling.

44 23d ago A 52 tokens original MIT

code-commit

03

martinffx/atelier

Skill Claude CodeCodex

Generate and validate conventional commit messages following the conventionalcommits.org spec. Use whenever the user wants to commit code, mentions commit messages, git commit, or asks to create a commit. Triggers on "commit", "git commit", "conventional", or when reviewing commit message format.

44 23d ago A 62 tokens original MIT

code-handoff

04

martinffx/atelier

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

44 23d ago A 20 tokens original MIT

code-pull-request

05

martinffx/atelier

Skill Claude CodeCodex

Manage GitHub pull requests or GitLab merge requests: create, read/leave/respond to comments, and merge. Triggers on "open a PR", "make a PR", "merge this PR", "merge the MR", "read PR comments", "leave a comment on the PR", "respond to a comment", "ship this", or when a feature branch is ready for review.

44 23d ago A 84 tokens original MIT

code-review

06

martinffx/atelier

Skill Claude CodeCodex

Multi-agent code review with parallel specialized reviewers, architecture validation, challenge validation, and durable handling of previously decided findings. Use rq to request a review of diffs (defaults to main branch), rs to respond to findings and record intentional non-fix decisions beside the relevant code.…

44 23d ago A 112 tokens original MIT

code-subagents

07

martinffx/atelier

Skill Claude CodeCodex

Implementation subagent dispatch patterns. Use when independent implementation work is available and subagents can execute it. Covers parallel dispatch, shared-tree patch snapshots, one combined review per completed batch, and serial integration.

44 23d ago A 44 tokens original MIT

oracle-debug

08

martinffx/atelier

Skill Claude CodeCodex

Disciplined debugging methodology. Triggers on bug reports, test failures, "debug this", "diagnose this", unexpected behavior, build failures, integration issues, or performance regressions. Find root cause before a permanent corrective fix; contain urgent harm safely first.

44 23d ago A 56 tokens original MIT

martinffx/atelier

Skill Claude CodeCodex

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

44 23d ago A 44 tokens copy · 84% MIT

oracle-grill-me

10

martinffx/atelier

Skill Claude CodeCodex

Grill the user relentlessly about a plan, decision, or idea, maintaining the project's domain model (CONTEXT.md, ADRs) as decisions crystallise. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

44 23d ago A 58 tokens original MIT

spec-brainstorm

11

martinffx/atelier

Skill Claude CodeCodex

Conversational design workshop for substantial work. Interviews the human one question at a time, explores 2-3 approaches with trade-offs, and presents the design section by section for approval before writing only design.md, then stops. Combines requirements discovery with codebase research and architecture design.…

44 23d ago A 95 tokens original MIT

spec-finish

12

martinffx/atelier

Skill Claude CodeCodex

Post-implementation completion workflow for Spec-backed Plans. Use after spec-implement completes to validate, review, create stacked commits, and open a PR via code-pull-request. Triggers only with an active Spec-backed Plan after spec-implement completes, including when the user says "finish", "done", or "complete"…

44 23d ago A 73 tokens original MIT

spec-implement

13

martinffx/atelier

Skill Claude CodeCodex

Continue an approved Spec-backed workflow when the user says "implement", "go", "start", or "do it". After Codex Plan Mode, persist the next missing design.md or plan.json artifact and stop. When both artifacts exist, execute plan.json with TDD and report between batches.

44 23d ago A 63 tokens original MIT

spec-plan

14

martinffx/atelier

Skill Claude CodeCodex

Write approved implementation plans in one of two modes. Explicit Inline mode creates a conversational plan for bounded work. Spec-backed Plan converts an approved design.md into plan.json. Both modes stop after producing their plan output. Trigger after atelier-orchestrator selects a mode, when the user asks to plan…

44 23d ago A 90 tokens original MIT