martinffx

19 mods across 1 repository, 44 stars between them.

atelier

01

martinffx/atelier

Plugin Claude Code

Personal development toolkit for AI agents - spec-driven development, code quality, and deep thinking.

44 22d ago A tokens not measured original MIT

atelier AGENTS.md

02

martinffx/atelier

Instructions file CodexOpenCode

Instructions for martinffx/atelier, covering agents.md, repository overview, skills structure, skill file format and namespace philosophy.

44 22d ago A 514 tokens original MIT

architect

03

martinffx/atelier

Agent

System architecture, data modeling, API contract design, and the creation of structured implementation blueprints for development teams.

44 22d ago A 23 tokens original MIT

oracle

04

martinffx/atelier

Agent

Requirements discovery through focused interviews, assumption challenging with evidence-based alternatives, strategic trade-off analysis, and the clarification of business rules, user stories, and acceptance criteria.

44 22d ago A 33 tokens original MIT

sentinel

05

martinffx/atelier

Agent

Fast codebase reconnaissance and exploration, concise summaries of findings, precise location of relevant context, and efficient workspace preparation through targeted file operations and template application.

44 22d ago A 32 tokens original MIT

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 22d ago A 52 tokens original MIT

atelier-setup

07

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 22d ago A 52 tokens original MIT

code-commit

08

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 22d ago A 62 tokens original MIT

code-handoff

09

martinffx/atelier

Skill Claude CodeCodex

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

44 22d ago A 20 tokens original MIT

code-pull-request

10

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 22d ago A 84 tokens original MIT

code-review

11

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 22d ago A 112 tokens original MIT

code-subagents

12

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 22d ago A 44 tokens original MIT

oracle-debug

13

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 22d 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 22d ago A 44 tokens copy · 84% MIT

oracle-grill-me

15

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 22d ago A 58 tokens original MIT

spec-brainstorm

16

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 22d ago A 95 tokens original MIT

spec-finish

17

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 22d ago A 73 tokens original MIT

spec-implement

18

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 22d ago A 63 tokens original MIT

spec-plan

19

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 22d ago A 90 tokens original MIT