me-cedric/agent-compass

Central agentic standards, guidelines, skills & bootstrap tooling for AI coding agents (Claude, Codex, Copilot).

2Stars on the repository
61Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

adr-from-meeting

01

me-cedric/agent-compass

Skill Claude CodeCodex

Turn a meeting transcript, call notes, or a decision discussion into an Architecture Decision Record under docs/decisions/. Use when the user pastes meeting notes or a transcript and wants the decision captured, or says "generate an ADR from this", "record this decision", or "write it up as an ADR".

2 5d ago A 68 tokens

agent-teacher

02

me-cedric/agent-compass

Skill Claude CodeCodex

Teach users how a project, feature, workflow, or agentic tool use works without over-coaching. Use for explanation, onboarding, "how/why" questions, prompt improvement, and provider-tool coaching.

2 5d ago A 46 tokens

me-cedric/agent-compass

Skill Claude CodeCodex

Build the UI for AI-native interfaces — streaming answers with citations, reasoning traces, tool-call chips, approval gates, agent task rows, prompt composers, confidence meters, proposed-diff tables. Use when implementing or reviewing any surface where a model or agent is the thing the user works with.

2 5d ago A 64 tokens

angular-patterns

04

me-cedric/agent-compass

Skill Claude CodeCodex

Angular coding patterns — standalone components, signals, native control flow, inject()-based DI, forms, and accessibility. Use when writing or reviewing Angular components, services, directives, templates, or forms.

2 5d ago A 44 tokens

api-contract-sync

05

me-cedric/agent-compass

Skill Claude CodeCodex

Keep API code and contract layers synced when endpoints, DTOs, payloads, status codes, query params, auth rules, or business transitions change. Use for API work in projects with OpenAPI/Scalar or Swagger, Bruno, Gherkin, shared client types, or generated mocks.

2 5d ago A 62 tokens

me-cedric/agent-compass

Skill Claude CodeCodex

Help decide and justify the architecture for a NEW project from client needs — technology-neutral, research-first, no unlabeled guesses. Use when the user says "help me choose the best architecture", "which tech stack / framework", "design the architecture for this project", "architecture decision", "should we use X…

2 5d ago A 113 tokens

bullmq-patterns

07

me-cedric/agent-compass

Skill Claude CodeCodex

BullMQ queue processing patterns for NestJS — processors, schedulers, job spans, tracing, deduplication, and delayed jobs.

2 5d ago A 31 tokens

codebase-to-specs

08

me-cedric/agent-compass

Skill Claude CodeCodex

Reverse-engineer an existing codebase into draft specifications, decision records, and an architecture sketch. Use when a legacy or third-party project has code but missing or incomplete product and architecture documentation.

2 5d ago A 44 tokens

compass-adopt

09

me-cedric/agent-compass

Skill Claude CodeCodex

Wire agent-compass into an existing project end-to-end with minimal user input: detect the stack, run non-interactive setup, install only what fits, verify, and report. Use when the user asks to "set up", "adopt", "install agent-compass into", or "make agentic" an existing repository.

2 5d ago A 72 tokens

compass-bootstrap

10

me-cedric/agent-compass

Skill Claude CodeCodex

Bootstrap a brand-new project from architecture guidelines or a product idea: translate guidelines into a bootstrap answers file, generate the build prompt, execute it spec-first, and wire agent-compass into the result. Use when the user asks to "create", "bootstrap", "start", or "scaffold" a new project.

2 5d ago A 68 tokens

compass-extend

11

me-cedric/agent-compass

Skill Claude CodeCodex

Add a new capability to agent-compass itself — a skill, knowledge instinct, template, stack preset, doc, or script — with correct frontmatter, index wiring, tests, and validation. Use when the user wants to add, import, or promote a skill/agent/knowledge/tool into the compass.

2 5d ago A 67 tokens

me-cedric/agent-compass

Skill Claude CodeCodex

Use when someone wants to add, list, inspect, curate, refresh, or remove an external agent-skill source in Agent Compass — "add these skills from ", "integrate this skill pack", "what external sources do we track", "is already covered", "update the pinned sources", "drop that source". Runs the licence gate first…

2 5d ago A 146 tokens

completion-plan

13

me-cedric/agent-compass

Skill Claude CodeCodex

Turn specs and a progress audit into an exhaustive, structured backlog of the remaining work — each item with a short rationale, a concrete plan, the engineering rules that apply, a matched tracker ticket (or "create one"), dependencies, and any approval gate. Use when scoping what's left, building a…

2 5d ago A 79 tokens

me-cedric/agent-compass

Skill Claude CodeCodex

Convert Word (.doc, .docx), PowerPoint (.ppt, .pptx), Excel (.xls, .xlsx), OpenDocument (.odt, .ods, .odp), RTF, EPUB, CSV, and PDF files to GitHub-Flavored Markdown. Use when a task needs the contents of an office document, spreadsheet, presentation, ebook, or PDF that the active provider cannot read directly.

2 5d ago A 89 tokens

debug-loop

15

me-cedric/agent-compass

Skill Claude CodeCodex

Build a tight failing feedback loop before diagnosing hard bugs, flaky tests, regressions, or performance issues.

2 5d ago A 24 tokens

delivery-digest

16

me-cedric/agent-compass

Skill Claude CodeCodex

Write the Product Owner / Project Manager digest of what changed — plain language, business impact, scope and planning consequences, no code. Use when the user asks for a status update for the PO, a stakeholder or client summary, release notes, a non-technical changelog, or a sprint/delivery report.

2 5d ago A 66 tokens

design-taste-skills

17

me-cedric/agent-compass

Skill Claude CodeCodex

Use when a frontend surface needs a visual direction rather than a bug fix — a landing page, a marketing site, a portfolio, a redesign, a brand system, a dense product UI, or turning a mockup or screenshot into code. Picks the one tracked design skill that fits the surface and installs it, then holds the visual-proof…

2 5d ago A 137 tokens

diagram-to-adr

18

me-cedric/agent-compass

Skill Claude CodeCodex

Draft a MADR Architecture Decision Record from an Excalidraw, draw.io, Mermaid, or BPMN diagram. Use when the user wants to capture the decision, options, and drivers shown by an architecture or process diagram.

2 5d ago A 51 tokens

diagram-to-likec4

19

me-cedric/agent-compass

Skill Claude CodeCodex

Convert an Excalidraw, draw.io, draw.io SVG, or Mermaid architecture diagram into a LikeC4 model. Use when the user wants a structured C4 model from a hand-drawn or text architecture diagram.

2 5d ago A 51 tokens

docs-to-dbml

20

me-cedric/agent-compass

Skill Claude CodeCodex

Produce a DBML database schema from documentation, requirements, or an existing data model. Use when the user wants a DBML (dbdiagram.io) file describing tables, columns, and relationships, or mentions DBML / ER diagram / data model.

2 5d ago A 55 tokens

me-cedric/agent-compass

Skill Claude CodeCodex

Drizzle ORM + PostgreSQL patterns — schema definition, migrations, transactions, seeding, views, enums, indexes, and type inference.

2 5d ago A 34 tokens

me-cedric/agent-compass

Skill Claude CodeCodex

Expo Router + React Native mobile app patterns — MVVM architecture, feature modules, Zustand auth, React Query hooks, theming, secure storage, animations, and testing.

2 5d ago A 39 tokens

me-cedric/agent-compass

Skill Claude CodeCodex

External service integration patterns — SFTP connections, payment gateways, Keycloak auth, HTTP clients with resilience, and provider isolation.

2 5d ago A 29 tokens