Source

martinffx/claude-code-atelier

100 skills · 337 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
typescript:functional-patterns Functional programming patterns for reliable TypeScript. Use when modeling state machines, discriminated unions, Resu…
martinffx/claude-code-atelier
3
2
build-tools TypeScript project tooling with Bun, tsgo, Vitest, Biome, and Turborepo. Use when setting up package.json scripts, ru…
martinffx/claude-code-atelier
2
3
code-review Multi-agent code review with parallel specialized reviewers, architecture validation, challenge validation, and durab…
martinffx/claude-code-atelier
2
4
code-subagents Implementation subagent dispatch patterns. Use when independent implementation work is available and subagents can ex…
martinffx/claude-code-atelier
2
5
functional-patterns Functional programming patterns for reliable TypeScript. Use when modeling state machines, discriminated unions, Resu…
martinffx/claude-code-atelier
2
6
python-sqlalchemy SQLAlchemy ORM patterns for Python database access. Use when defining models, writing queries, implementing upserts, …
martinffx/claude-code-atelier
2
7
spec:install Install this Claude Code plugin into another AI coding tool (opencode, Claude Code, Gemini CLI, Codex CLI, Windsurf, …
martinffx/claude-code-atelier
2
8
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
2
9
api-design REST API design patterns. Use when designing endpoints, error responses, pagination, versioning, or API structure. Fr…
martinffx/claude-code-atelier
1
10
atelier-challenge Challenge an approach with critical thinking. Use when questioning assumptions, validating decisions, testing approac…
martinffx/claude-code-atelier
1
11
atelier-thinkdeep Extended reasoning analysis using sequential thinking. Use for deep exploration, comprehensive analysis, complex deci…
martinffx/claude-code-atelier
1
12
beads Beads CLI for dependency-aware task tracking. Use when managing tasks, checking progress, finding ready work, handlin…
martinffx/claude-code-atelier
1
13
code-conventional-commit Generate and validate conventional commit messages following the conventionalcommits.org spec. Use whenever the user …
martinffx/claude-code-atelier
1
14
code-debug Systematic debugging workflow and techniques. Use when something is broken, not working as expected, or throwing erro…
martinffx/claude-code-atelier
1
15
code-docs Documentation generation for code projects. Use when updating docs, writing README, generating API docs, creating cha…
martinffx/claude-code-atelier
1
16
code-git-worktrees Use when starting feature work that needs isolation from current workspace - creates isolated git worktrees with smar…
martinffx/claude-code-atelier
1
17
code-perf Performance profiling and optimization. Use when code is slow, has memory issues, or needs optimization. Triggers on …
martinffx/claude-code-atelier
1
18
code-security Security audit and vulnerability detection. Use when reviewing code for security issues, scanning dependencies, or ad…
martinffx/claude-code-atelier
1
19
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
1
20
drizzle-orm Type-safe SQL with Drizzle ORM in TypeScript. Use when defining database schemas, writing queries, setting up relatio…
martinffx/claude-code-atelier
1
21
dynamodb-toolbox DynamoDB single-table design using dynamodb-toolbox v2. Use when creating entities, defining key patterns, designing …
martinffx/claude-code-atelier
1
22
fastify Building REST APIs with Fastify in TypeScript. Use when creating routes, handling requests, implementing validation w…
martinffx/claude-code-atelier
1
23
methodology AgentOS 3-layer context, orchestrated delegation, and OpenSpec living specifications. Use when explaining how context…
martinffx/claude-code-atelier
1
24
oracle-architect DDD and hexagonal architecture with functional core pattern. Use when designing features, modeling domains, breaking …
martinffx/claude-code-atelier
1
25
oracle-challenge Challenge an approach with critical thinking. Use when questioning assumptions, validating decisions, testing approac…
martinffx/claude-code-atelier
1
26
oracle-domain-modelling Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous la…
martinffx/claude-code-atelier
1
27
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
1
28
oracle-thinkdeep Extended reasoning analysis using sequential thinking. Use for deep exploration, comprehensive analysis, complex deci…
martinffx/claude-code-atelier
1
29
product Requirements discovery and scope definition. Use when gathering requirements, conducting discovery interviews, defini…
martinffx/claude-code-atelier
1
30
python-architecture Python application architecture with functional core, effectful shell, DDD, and data modeling. Use when designing app…
martinffx/claude-code-atelier
1
31
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
1
32
python-fastapi Building REST APIs with FastAPI, Pydantic validation, and OpenAPI. Use when creating routes, handling requests, desig…
martinffx/claude-code-atelier
1
33
python-modern-python Modern Python language features and typing patterns. Use when writing type hints, using generics, implementing patter…
martinffx/claude-code-atelier
1
34
python-monorepo Python monorepo architecture with uv workspaces, mise, and apps/packages pattern. Use when setting up project structu…
martinffx/claude-code-atelier
1
35
python-temporal Temporal workflow orchestration in Python. Use when designing workflows, implementing activities, handling retries, m…
martinffx/claude-code-atelier
1
36
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
1
37
spec-finish Post-implementation completion workflow for Spec-backed Plans. Use after spec-implement completes to validate, review…
martinffx/claude-code-atelier
1
38
spec-implement Continue an approved Spec-backed workflow when the user says "implement", "go", "start", or "do it". After Codex Plan…
martinffx/claude-code-atelier
1
39
spec-install Install this Claude Code plugin into another AI coding tool (opencode, Claude Code, Gemini CLI, Codex CLI, Windsurf, …
martinffx/claude-code-atelier
1
40
spec-orchestrator Skill routing and workflow orchestration. Routes to correct spec skill based on task type. Establishes discipline and…
martinffx/claude-code-atelier
1
41
spec-plan Write approved implementation plans in one of two modes. Explicit Inline mode creates a conversational plan for bound…
martinffx/claude-code-atelier
1
42
spec-research Discovery, research, and architecture for new features. Produces spec.md — a living specification that covers what ex…
martinffx/claude-code-atelier
1
43
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
1
44
typescript-api-design REST API design patterns. Use when designing endpoints, error responses, pagination, versioning, or API structure. Fr…
martinffx/claude-code-atelier
1
45
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
1
46
typescript-dynamodb-toolbox DynamoDB single-table design using dynamodb-toolbox v2. Use when creating entities, defining key patterns, designing …
martinffx/claude-code-atelier
1
47
typescript-effect-ts Type-safe functional effects with Effect-TS. Use when building applications with Effect, using Effect.gen generators,…
martinffx/claude-code-atelier
1
48
typescript-fastify Building REST APIs with Fastify in TypeScript. Use when creating routes, handling requests, implementing validation w…
martinffx/claude-code-atelier
1
49
typescript-functional-patterns Functional programming patterns for reliable TypeScript. Use when modeling state machines, discriminated unions, Resu…
martinffx/claude-code-atelier
1
50
typescript-testing TypeScript testing patterns with Vitest and MSW. Use when writing unit tests, mocking APIs, creating typed mocks for …
martinffx/claude-code-atelier
1
Page 2 · 100 total Previous