Source

martinffx/claude-code-atelier

100 skills · 337 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
python:architecture Python application architecture with functional core, effectful shell, DDD, and data modeling. Use when designing app…
martinffx/claude-code-atelier
14
2
python:monorepo Python monorepo architecture with uv workspaces, mise, and apps/packages pattern. Use when setting up project structu…
martinffx/claude-code-atelier
13
3
python:build-tools Python project tooling with uv, mise, ruff, basedpyright, and pytest. Use when setting up pyproject.toml, running bui…
martinffx/claude-code-atelier
12
4
python:modern-python Modern Python language features and typing patterns. Use when writing type hints, using generics, implementing patter…
martinffx/claude-code-atelier
12
5
python:sqlalchemy SQLAlchemy ORM patterns for Python database access. Use when defining models, writing queries, implementing upserts, …
martinffx/claude-code-atelier
12
6
python:testing Stub-Driven TDD and layer boundary testing with pytest. Use when writing tests, deciding what to test, testing at com…
martinffx/claude-code-atelier
12
7
python:fastapi Building REST APIs with FastAPI, Pydantic validation, and OpenAPI. Use when creating routes, handling requests, desig…
martinffx/claude-code-atelier
11
8
atelier-typescript-drizzle-orm Type-safe SQL with Drizzle ORM in TypeScript. Use when defining database schemas, writing queries, setting up relatio…
martinffx/claude-code-atelier
10
9
python:temporal Temporal workflow orchestration in Python. Use when designing workflows, implementing activities, handling retries, m…
martinffx/claude-code-atelier
9
10
atelier-typescript-functional-patterns Functional programming patterns for reliable TypeScript. Use when modeling state machines, discriminated unions, Resu…
martinffx/claude-code-atelier
8
11
code:review Multi-agent code review with parallel specialized reviewers, architecture validation, and challenge validation. Use `…
martinffx/claude-code-atelier
7
12
typescript:drizzle-orm Type-safe SQL with Drizzle ORM in TypeScript. Use when defining database schemas, writing queries, setting up relatio…
martinffx/claude-code-atelier
7
13
atelier-spec-architect DDD and hexagonal architecture with functional core pattern. Use when designing features, modeling domains, breaking …
martinffx/claude-code-atelier
6
14
atelier-spec-methodology AgentOS 3-layer context, orchestrated delegation, and OpenSpec living specifications. Use when explaining how context…
martinffx/claude-code-atelier
6
15
atelier-spec-product Requirements discovery and scope definition. Use when gathering requirements, conducting discovery interviews, defini…
martinffx/claude-code-atelier
6
16
atelier-spec-project-structure Directory layout implementing AgentOS 3-layer context. Use when setting up projects, organizing docs, or explaining w…
martinffx/claude-code-atelier
6
17
atelier-spec-testing Stub-Driven TDD and layer boundary testing. Use when writing tests, deciding what to test, or testing at component bo…
martinffx/claude-code-atelier
6
18
atelier-typescript-api-design REST API design patterns. Use when designing endpoints, error responses, pagination, versioning, or API structure. Fr…
martinffx/claude-code-atelier
6
19
atelier-typescript-testing TypeScript testing patterns with Vitest and MSW. Use when writing unit tests, mocking APIs, creating typed mocks for …
martinffx/claude-code-atelier
6
20
atelier-typescript-build-tools TypeScript project tooling with Bun, tsgo, Vitest, Biome, and Turborepo. Use when setting up package.json scripts, ru…
martinffx/claude-code-atelier
5
21
atelier-typescript-dynamodb-toolbox DynamoDB single-table design using dynamodb-toolbox v2. Use when creating entities, defining key patterns, designing …
martinffx/claude-code-atelier
5
22
atelier-typescript-fastify Building REST APIs with Fastify in TypeScript. Use when creating routes, handling requests, implementing validation w…
martinffx/claude-code-atelier
5
23
oracle:architect DDD and hexagonal architecture with functional core pattern. Use when designing features, modeling domains, breaking …
martinffx/claude-code-atelier
5
24
atelier-oracle-challenge Challenge an approach with critical thinking. Use when questioning assumptions, validating decisions, testing approac…
martinffx/claude-code-atelier
4
25
atelier-oracle-thinkdeep Extended reasoning analysis using sequential thinking. Use for deep exploration, comprehensive analysis, complex deci…
martinffx/claude-code-atelier
4
26
atelier-spec-beads Beads CLI for dependency-aware task tracking. Use when managing tasks, checking progress, finding ready work, handlin…
martinffx/claude-code-atelier
4
27
atelier-typescript-effect-ts Type-safe functional effects with Effect-TS. Use when building applications with Effect, using Effect.gen generators,…
martinffx/claude-code-atelier
4
28
code:perf Performance profiling and optimization. Use when code is slow, has memory issues, or needs optimization. Triggers on …
martinffx/claude-code-atelier
4
29
code:security Security audit and vulnerability detection. Use when reviewing code for security issues, scanning dependencies, or ad…
martinffx/claude-code-atelier
4
30
spec:orchestrator Skill routing and workflow orchestration. Routes to correct spec skill based on task type. Establishes discipline and…
martinffx/claude-code-atelier
4
31
typescript:testing TypeScript testing patterns with Vitest and MSW. Use when writing unit tests, mocking APIs, creating typed mocks for …
martinffx/claude-code-atelier
4
32
code:conventional-commit Generate and validate conventional commit messages following the conventionalcommits.org spec. Use whenever the user …
martinffx/claude-code-atelier
3
33
code:debug Systematic debugging workflow and techniques. Use when something is broken, not working as expected, or throwing erro…
martinffx/claude-code-atelier
3
34
code:docs Documentation generation for code projects. Use when updating docs, writing README, generating API docs, creating cha…
martinffx/claude-code-atelier
3
35
code:git-worktrees Use when starting feature work that needs isolation from current workspace - creates isolated git worktrees with smar…
martinffx/claude-code-atelier
3
36
code:stacked-commit Manage stacked commits using Graphite. Use when the user wants to create multiple stacked commits, manage a commit st…
martinffx/claude-code-atelier
3
37
code:subagents Subagent dispatch patterns for implementation tasks. Use when spec:implement has multiple tasks to execute and subage…
martinffx/claude-code-atelier
3
38
oracle:challenge Challenge an approach with critical thinking. Use when questioning assumptions, validating decisions, testing approac…
martinffx/claude-code-atelier
3
39
oracle:testing Stub-Driven TDD and layer boundary testing. Use when writing tests, deciding what to test, or testing at component bo…
martinffx/claude-code-atelier
3
40
oracle:thinkdeep Extended reasoning analysis using sequential thinking. Use for deep exploration, comprehensive analysis, complex deci…
martinffx/claude-code-atelier
3
41
project-structure Directory layout implementing AgentOS 3-layer context. Use when setting up projects, organizing docs, or explaining w…
martinffx/claude-code-atelier
3
42
spec:finish Post-implementation completion workflow. Use after spec:implement completes to validate, review, create stacked commi…
martinffx/claude-code-atelier
3
43
spec:implement Execute implementation tasks from an approved plan.json. Use when spec:plan has produced approved tasks and the human…
martinffx/claude-code-atelier
3
44
spec:plan Write implementation plans, iterate with human annotations, create structured tasks. Use when there's an approved spe…
martinffx/claude-code-atelier
3
45
spec:research Discovery, research, and architecture for new features. Produces spec.md — a living specification that covers what ex…
martinffx/claude-code-atelier
3
46
typescript:api-design REST API design patterns. Use when designing endpoints, error responses, pagination, versioning, or API structure. Fr…
martinffx/claude-code-atelier
3
47
typescript:build-tools TypeScript project tooling with Bun, tsgo, Vitest, Biome, and Turborepo. Use when setting up package.json scripts, ru…
martinffx/claude-code-atelier
3
48
typescript:dynamodb-toolbox DynamoDB single-table design using dynamodb-toolbox v2. Use when creating entities, defining key patterns, designing …
martinffx/claude-code-atelier
3
49
typescript:effect-ts Type-safe functional effects with Effect-TS. Use when building applications with Effect, using Effect.gen generators,…
martinffx/claude-code-atelier
3
50
typescript:fastify Building REST APIs with Fastify in TypeScript. Use when creating routes, handling requests, implementing validation w…
martinffx/claude-code-atelier
3
Page 1 · 100 total Next