← all publishers

me-cedric

@me-cedric source repo

65 published skills

  1. Gen Docs · me-cedric bundle
    Documentation 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.
    0
    installs
  2. Debug Loop · me-cedric
    Build a tight failing feedback loop before diagnosing hard bugs, flaky tests, regressions, or performance issues.
    0
    installs
  3. Pr Workflow · me-cedric
    Streamline PR creation, PR reviews, and implementing submitted review fixes with GitHub CLI.
    0
    installs
  4. Docs To Dbml · me-cedric
    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.
    0
    installs
  5. Speckit Plan · me-cedric
    Use when creating a Spec Kit technical plan, research notes, data model, contracts, quickstart, or validation plan from an approved spec.
    0
    installs
  6. Agent Teacher · me-cedric
    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.
    0
    installs
  7. Compass Adopt · me-cedric
    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.
    0
    installs
  8. Spec Workflow · me-cedric
    Use for project ideas, feature specs, requirements, unclear tasks, technical plans, task breakdowns, or requests that need spec-driven clarification before implementation.
    0
    installs
  9. Speckit Tasks · me-cedric
    Use when generating Spec Kit implementation tasks from an approved plan and design artifacts.
    0
    installs
  10. Verify Change · me-cedric bundle
    Change 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.
    0
    installs
  11. Verify Module · me-cedric bundle
    Module 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.
    0
    installs
  12. Compass Extend · me-cedric
    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.
    0
    installs
  13. Diagram To Adr · me-cedric
    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.
    0
    installs
  14. Progress Audit · me-cedric
    Audit 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".
    0
    installs
  15. Project Memory · me-cedric
    Use 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.
    0
    installs
  16. QA Review Pass · me-cedric
    Run 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.
    0
    installs
  17. Verify Quality · me-cedric bundle
    Code 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.
    0
    installs
  18. Work Splitting · me-cedric
    Split 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.
    0
    installs
  19. Bullmq Patterns · me-cedric
    BullMQ queue processing patterns for NestJS — processors, schedulers, job spans, tracing, deduplication, and delayed jobs
    0
    installs
  20. Completion Plan · me-cedric
    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 completion/roadmap plan, or checking which work is missing from the tracker.
    0
    installs
  21. Delivery Digest · me-cedric
    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.
    0
    installs
  22. Impact Analysis · me-cedric
    Analyse 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.
    0
    installs
  23. Nestjs Patterns · me-cedric
    NestJS module architecture patterns — controllers, services, repositories, DTOs, guards, mappers, and module registration for production APIs
    0
    installs
  24. Spec To Tickets · me-cedric
    Write 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.
    0
    installs
  25. Speckit Analyze · me-cedric
    Use when checking Spec Kit artifacts for inconsistencies across spec, plan, tasks, contracts, docs, and validation.
    0
    installs
  26. Speckit Clarify · me-cedric
    Use when resolving Spec Kit open questions, NEEDS CLARIFICATION markers, or ambiguous feature requirements before planning.
    0
    installs
  27. Speckit Specify · me-cedric
    Use when running a Spec Kit specify step to create or update a feature specification from a natural-language feature request.
    0
    installs
  28. Verify Security · me-cedric bundle
    Security 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.
    0
    installs
  29. Adr From Meeting · me-cedric
    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".
    0
    installs
  30. Angular Patterns · me-cedric bundle
    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.
    0
    installs
  31. Speckit Converge · me-cedric
    Use after implementation to reconcile Spec Kit artifacts, code, tests, docs, and implementation status.
    0
    installs
  32. API Contract Sync · me-cedric
    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.
    0
    installs
  33. Codebase To Specs · me-cedric
    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.
    0
    installs
  34. Compass Bootstrap · me-cedric
    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.
    0
    installs
  35. Diagram To Likec4 · me-cedric bundle
    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.
    0
    installs
  36. Harvest Questions · me-cedric
    Read 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.
    0
    installs
  37. Long Running Task · me-cedric
    Run 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.
    0
    installs
  38. Spec Drift Triage · me-cedric
    Triage 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.
    0
    installs
  39. Speckit Checklist · me-cedric
    Use when creating or updating Spec Kit quality, security, UX, or readiness checklists for a feature spec.
    0
    installs
  40. Speckit Implement · me-cedric
    Use when executing approved Spec Kit tasks after spec, plan, tasks, and checklists are ready.
    0
    installs
  41. Figma MCP Frontend · me-cedric
    Use Figma MCP design context to implement frontend screens, design systems, components, and styles.
    0
    installs
  42. Likec4 To Openspec · me-cedric
    Turn 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.
    0
    installs
  43. Openspec Lifecycle · me-cedric
    Drive 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.
    0
    installs
  44. Operational Skills · me-cedric
    Use 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.
    0
    installs
  45. Design Taste Skills · me-cedric
    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 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.
    0
    installs
  46. Architecture Advisor · me-cedric
    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 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.
    0
    installs
  47. Native Mobile Skills · me-cedric
    Use 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.
    0
    installs
  48. Pr Review Governance · me-cedric
    Deep 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.
    0
    installs
  49. Speckit Constitution · me-cedric
    Use when creating or updating a Spec Kit project constitution, governance rules, principles, or non-negotiable constraints.
    0
    installs
  50. Working Style Skills · me-cedric
    Use 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.
    0
    installs
  51. AI Native UI Patterns · me-cedric bundle
    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.
    0
    installs
  52. Speckit Taskstoissues · me-cedric
    Use when converting Spec Kit tasks.md items into deduplicated GitHub issues tied to the current repository.
    0
    installs
  53. Split Tasks By Profile · me-cedric bundle
    Split 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.
    0
    installs
  54. Compass External Source · me-cedric
    Use 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.
    0
    installs
  55. Implementation Planning · me-cedric
    Produce 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.
    0
    installs
  56. Figma Tokens To Designmd · me-cedric bundle
    Convert 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.
    0
    installs
  57. Nestjs Monorepo Scaffold · me-cedric
    Turborepo + NestJS + Drizzle + BullMQ monorepo scaffolding — project structure, shared types, workspace config, Docker, CI/CD, and new feature bootstrapping
    0
    installs
  58. Drizzle Postgres Patterns · me-cedric
    Drizzle ORM + PostgreSQL patterns — schema definition, migrations, transactions, seeding, views, enums, indexes, and type inference
    0
    installs
  59. External Service Patterns · me-cedric
    External service integration patterns — SFTP connections, payment gateways, Keycloak auth, HTTP clients with resilience, and provider isolation
    0
    installs
  60. Expo React Native Patterns · me-cedric
    Expo Router + React Native mobile app patterns — MVVM architecture, feature modules, Zustand auth, React Query hooks, theming, secure storage, animations, and testing
    0
    installs
  61. Speckit Agent Context Update · me-cedric
    Use when refreshing AGENTS.md or provider context markers from current Spec Kit artifacts without overwriting host-owned guidance.
    0
    installs
  62. Visual Regression Playwright · me-cedric
    Prove 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.
    0
    installs
  63. Convert Documents To Markdown · me-cedric
    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.
    0
    installs
  64. React Admin Dashboard Patterns · me-cedric
    React admin dashboard patterns — TanStack Router, MUI Material, MVVM ViewModels, RBAC permissions, Keycloak OIDC, React Query CRUD hooks, feature modules, Vite config
    0
    installs
  65. Resilience Observability Patterns · me-cedric
    Resilience (circuit breaker, retry) and observability (OpenTelemetry tracing, metrics, structured logging) patterns for NestJS production APIs
    0
    installs