me-cedric
- 65 skills
- 0 followers
- 18 hours ago last updated
- ▌ Gen Docs · me-cedric bundleDocumentation generator. Analyzes a module's structure and generates README.md and DESIGN.md skeletons. Use when the user mentions generating docs, creating a README, creating a DESIGN doc, doc skeletons, or doc templates. Auto-triggers when a new module is started.
- ▌ Debug Loop · me-cedricBuild a tight failing feedback loop before diagnosing hard bugs, flaky tests, regressions, or performance issues.
- ▌ Pr Workflow · me-cedricStreamline PR creation, PR reviews, and implementing submitted review fixes with GitHub CLI.
- ▌ Docs To Dbml · me-cedricProduce 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.
- ▌ Speckit Plan · me-cedricUse when creating a Spec Kit technical plan, research notes, data model, contracts, quickstart, or validation plan from an approved spec.
- ▌ Agent Teacher · me-cedricTeach 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.
- ▌ Compass Adopt · me-cedricWire 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.
- ▌ Spec Workflow · me-cedricUse for project ideas, feature specs, requirements, unclear tasks, technical plans, task breakdowns, or requests that need spec-driven clarification before implementation.
- ▌ Speckit Tasks · me-cedricUse when generating Spec Kit implementation tasks from an approved plan and design artifacts.
- ▌ Verify Change · me-cedric bundleChange verification gate. Analyzes code changes, checks documentation sync, and assesses change impact. Use when the user mentions change checks, doc sync, code review, pre-commit checks, or diff analysis. Auto-triggers for design-level changes and completed refactors.
- ▌ Verify Module · me-cedric bundleModule completeness gate. Scans the directory structure, detects missing documentation, and verifies code/doc sync. Use when the user mentions module verification, doc checks, structural completeness, README checks, or DESIGN checks. Auto-triggers when a new module is completed.
- ▌ Compass Extend · me-cedricAdd 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.
- ▌ Diagram To Adr · me-cedricDraft 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.
- ▌ Progress Audit · me-cedricAudit how much of a project is actually built by diffing its specs, functional docs, and requirement registers against the real code into an honest, verified progress matrix (per feature/subfeature and global). Use when asked how far along a project is, what's left, percent complete, a progress or status/completion report, or to "compare the specs to the code".
- ▌ Project Memory · me-cedricUse when a project has projectmem or durable agent memory. Reads memory before work, checks pre-action warnings, and records durable findings, failed attempts, decisions, fixes, validation, and risks.
- ▌ QA Review Pass · me-cedricRun an end-to-end QA review pass and write the tester report — every requirement scenario given a verdict, every screen compared against its design reference, every finding split into a defect or a change request. Use when a QA tester, a Product Owner or a project manager asks whether the build matches the specification, asks for a QA report, an acceptance review, a test coverage matrix, or a defect list before a release.
- ▌ Verify Quality · me-cedric bundleCode quality gate. Detects complexity, duplicated code, naming-convention violations, function length, and other quality metrics. Use when the user mentions code quality, complexity checks, code smells, refactoring suggestions, lint checks, or coding standards. Auto-triggers for complex modules and completed refactors.
- ▌ Work Splitting · me-cedricSplit a backlog of work-items across people or agents with clear separation of concern, minimal file overlap, explicit coordination seams, and a shareable assignment brief per owner. Use when dividing work across a team, deciding who does what, or parallelizing work so contributors don't collide.
- ▌ Bullmq Patterns · me-cedricBullMQ queue processing patterns for NestJS — processors, schedulers, job spans, tracing, deduplication, and delayed jobs
- ▌ Completion Plan · me-cedricTurn 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 completion/roadmap plan, or checking which work is missing from the tracker.
- ▌ Delivery Digest · me-cedricWrite 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.
- ▌ Impact Analysis · me-cedricAnalyse what changed since a base git reference and produce the developer action plan — technical impacts, blast radius, and the exact project documents that are now stale. Use when the user asks for the impact of a change, what a branch breaks, what a diff affects, which docs to update after a change, or a technical action plan before merging.
- ▌ Nestjs Patterns · me-cedricNestJS module architecture patterns — controllers, services, repositories, DTOs, guards, mappers, and module registration for production APIs
- ▌ Spec To Tickets · me-cedricWrite the tracker ticket text for one specification section — summary, short why, acceptance criteria taken from the words of the spec, and the link back. Use when the user asks to turn a spec or a requirement into a ticket, to draft a Jira story from a specification, to write acceptance criteria for a requirement, or to review proposed ticket text.
- ▌ Speckit Analyze · me-cedricUse when checking Spec Kit artifacts for inconsistencies across spec, plan, tasks, contracts, docs, and validation.
- ▌ Speckit Clarify · me-cedricUse when resolving Spec Kit open questions, NEEDS CLARIFICATION markers, or ambiguous feature requirements before planning.
- ▌ Speckit Specify · me-cedricUse when running a Spec Kit specify step to create or update a feature specification from a natural-language feature request.
- ▌ Verify Security · me-cedric bundleSecurity verification gate. Scans code for vulnerabilities, detects dangerous patterns, and ensures security decisions are documented. Use when the user mentions security scans, vulnerability detection, security audits, code security, OWASP, injection detection, or sensitive-data leaks. Auto-triggers for new modules, security-related changes, offensive/defensive tasks, and completed refactors.
- ▌ Adr From Meeting · me-cedricTurn 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".
- ▌ Angular Patterns · me-cedric bundleAngular 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.
- ▌ Speckit Converge · me-cedricUse after implementation to reconcile Spec Kit artifacts, code, tests, docs, and implementation status.
- ▌ API Contract Sync · me-cedricKeep 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.
- ▌ Codebase To Specs · me-cedricReverse-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.
- ▌ Compass Bootstrap · me-cedricBootstrap 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.
- ▌ Diagram To Likec4 · me-cedric bundleConvert 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.
- ▌ Harvest Questions · me-cedricRead the project specifications and write one RAID register file per open question, risk, assumption, issue or dependency. Use when the user asks to harvest the open questions, collect the assumptions behind an estimate, fill the RAID register, import the spec-kit Clarifications sessions, or find what the specs leave undecided.
- ▌ Long Running Task · me-cedricRun broad, multi-phase, autonomous coding work safely: intake, plan, checkpoint, optional one-at-a-time subagents, implementation loops, validation, and final sweep. Use when the user asks to keep going until a large goal is finished or gives many phases.
- ▌ Spec Drift Triage · me-cedricTriage a specification change against the tickets it already produced — summarise the delta in the vocabulary of the ticket, say what to do about it, and flag whether it is a candidate for a change request. Use when a spec moved after tickets were created, when the ticket registry reports drift or a conflict, or when the user asks what a spec edit means for the tracker.
- ▌ Speckit Checklist · me-cedricUse when creating or updating Spec Kit quality, security, UX, or readiness checklists for a feature spec.
- ▌ Speckit Implement · me-cedricUse when executing approved Spec Kit tasks after spec, plan, tasks, and checklists are ready.
- ▌ Figma MCP Frontend · me-cedricUse Figma MCP design context to implement frontend screens, design systems, components, and styles.
- ▌ Likec4 To Openspec · me-cedricTurn a LikeC4 model into an OpenSpec change proposal (proposal + spec deltas + tasks). Use when the user wants to derive specs or requirements from a C4 model, or mentions likec4/c4 plus openspec.
- ▌ Openspec Lifecycle · me-cedricDrive and enforce the OpenSpec change lifecycle: resolve the one root, ask the status gate which artifact is next, keep proposal, delta specs, design and tasks coherent, verify before archiving, and fail the gate when a change is half-planned. Use when the project keeps specs under an openspec/ or docs/openspec/ root, when a change is missing an artifact, when `openspec validate` passes but the work is not planned, or when the user asks to propose, apply, verify, sync or archive a change.
- ▌ Operational Skills · me-cedricUse when the task is DevOps, cloud, Kubernetes, containers, CI/CD, observability, security scanning, secrets, hardening, networking, storage, databases, incident response, LLM/GPU serving, or a compliance framework (SOC 2, ISO 27001, GDPR, HIPAA, PCI DSS, FedRAMP). Installs the pinned operational skill for the task with the Agent Compass safety gate applied, then holds the authorization and production-write rules in force. Triggers: terraform, kubernetes, kubectl, helm, argocd, docker, github actions, gitlab ci, prometheus, grafana, opentelemetry, vault, secrets manager, hardening, vulnerability scan, SBOM, incident, runbook, disaster recovery, vllm, ollama, soc2, iso27001, gdpr, hipaa, pci.
- ▌ Design Taste Skills · me-cedricUse 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 gate in force. Triggers: landing page, marketing site, redesign, make it look good, design direction, visual identity, brand kit, logo system, minimal UI, brutalist, editorial layout, screenshot to code, mockup to code, image to code, it looks like a template, AI slop.
- ▌ Architecture Advisor · me-cedricHelp 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 or Y", or provides functional/technical/client-IS info (incl. images) and wants a recommendation, mermaid diagrams, ADR, caveats, open questions, a technical backlog, or a list of technical meetings to request.
- ▌ Native Mobile Skills · me-cedricUse when the work is native Android or native Apple-platform code — Kotlin, Jetpack Compose, Gradle/AGP, Android manifests and intents, R8, Swift, SwiftUI, UIKit, SwiftData, Xcode, an iOS/iPadOS/watchOS/visionOS target, an emulator or a simulator. Routes the task to the pinned vendor skill that holds current platform guidance, installs it with the vendor's own installer, and keeps the Agent Compass validation and visual-proof gates in force. Triggers: android app, jetpack compose, kotlin, gradle, AGP upgrade, R8, edge-to-edge, insets, navigation 3, swiftui, liquid glass, swift concurrency, swiftdata, storekit, widgetkit, xcodebuild, app store submission, ios simulator, android emulator.
- ▌ Pr Review Governance · me-cedricDeep PR/MR review governance: compare code to product/spec docs, security, repo rules, tests, docs sync, and UI evidence before writing a summary and inline comments. Use when asked to review a pull request, merge request, branch, or posted review comments.
- ▌ Speckit Constitution · me-cedricUse when creating or updating a Spec Kit project constitution, governance rules, principles, or non-negotiable constraints.
- ▌ Working Style Skills · me-cedricUse when the user asks to change how you communicate or how much you build — be terse, use fewer tokens, caveman mode, stop over-engineering, be lazy, YAGNI, simplest solution, action-first output, no preamble, or rewrite text so another agent cannot misread it. Installs the tracked style skill that matches the request and applies the compass precedence rules when several are active. Triggers: caveman, ponytail, i-have-adhd, asd-ste100, be brief, less tokens, terse, minimal solution, do less, over-engineered, bloat, boilerplate, simplify this, STE100, plain-language rewrite, just give me the steps.
- ▌ AI Native UI Patterns · me-cedric bundleBuild 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.
- ▌ Speckit Taskstoissues · me-cedricUse when converting Spec Kit tasks.md items into deduplicated GitHub issues tied to the current repository.
- ▌ Split Tasks By Profile · me-cedric bundleSplit delivery work across the project's personas (profiles) and write the assignment plan as validated JSON. Use when the user asks who does what, to dispatch or assign tasks, to split work by profile or role, to build a work-breakdown per developer, or to produce an assignment brief per team member.
- ▌ Compass External Source · me-cedricUse when someone wants to add, list, inspect, curate, refresh, or remove an external agent-skill source in Agent Compass — "add these skills from <repo>", "integrate this skill pack", "what external sources do we track", "is <skill> already covered", "update the pinned sources", "drop that source". Runs the licence gate first, registers the source as tracked-not-copied, computes its inventory, records the curation, writes the pointer document, and validates. Triggers: external skills, third-party skills, skill pack, agent skills repo, upstream source, track a repo, vendor a skill pack, upstream-sources.json, external-skills.
- ▌ Implementation Planning · me-cedricProduce a detailed, production-ready, plug-and-play implementation spec for a scope of work-items that a developer or agent can start or one-shot: exact files, schema, contracts, logic, resilience/security, jobs, env scaffolding, and tests — including mock/fail-closed paths for anything missing credentials. Use when you need a build-ready plan, not just a backlog.
- ▌ Figma Tokens To Designmd · me-cedric bundleConvert a Figma design-token JSON export into a design.md design-system file (google-labs-code/design.md format). Use when the user has Figma tokens/variables JSON and wants a machine-readable design.md with colors, typography, spacing and rounding tokens.
- ▌ Nestjs Monorepo Scaffold · me-cedricTurborepo + NestJS + Drizzle + BullMQ monorepo scaffolding — project structure, shared types, workspace config, Docker, CI/CD, and new feature bootstrapping
- ▌ Drizzle Postgres Patterns · me-cedricDrizzle ORM + PostgreSQL patterns — schema definition, migrations, transactions, seeding, views, enums, indexes, and type inference
- ▌ External Service Patterns · me-cedricExternal service integration patterns — SFTP connections, payment gateways, Keycloak auth, HTTP clients with resilience, and provider isolation
- ▌ Expo React Native Patterns · me-cedricExpo Router + React Native mobile app patterns — MVVM architecture, feature modules, Zustand auth, React Query hooks, theming, secure storage, animations, and testing
- ▌ Speckit Agent Context Update · me-cedricUse when refreshing AGENTS.md or provider context markers from current Spec Kit artifacts without overwriting host-owned guidance.
- ▌ Visual Regression Playwright · me-cedricProve that a built screen matches its reference — a Figma export, a generated HTML preview, or a mockup image — with deterministic Playwright screenshots. Use when the user asks for visual regression, screenshot tests, pixel diffs, "does the build match the design", or when you change any user interface and must ship visual proof instead of a claim.
- ▌ Convert Documents To Markdown · me-cedricConvert 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.
- ▌ React Admin Dashboard Patterns · me-cedricReact admin dashboard patterns — TanStack Router, MUI Material, MVVM ViewModels, RBAC permissions, Keycloak OIDC, React Query CRUD hooks, feature modules, Vite config
- ▌ Resilience Observability Patterns · me-cedricResilience (circuit breaker, retry) and observability (OpenTelemetry tracing, metrics, structured logging) patterns for NestJS production APIs