Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

my-agent-skills

my-agent-skills contient 42 skills collectées depuis Akindu23, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
42
Stars
3
mis à jour
2026-07-18
Forks
0
Couverture métier
9 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

wayfinder
Développeurs de logiciels

Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way is clear. On ticket close, may offer ADRs (promotion into docs/adr/) when ADR-POLICY criteria hold.

2026-07-18
grill-with-docs
Développeurs de logiciels

Sharpen a plan or design against this codebase via grilling + domain-modeling (CONTEXT.md / ADR offers). May offer /wayfinder when fog appears. Invoke with `/grill-with-docs`.

2026-07-18
docker-patterns
Administrateurs de réseaux et de systèmes informatiques

Applies Dockerfile, Docker Compose, BuildKit, and container security patterns for local development and hardened deployable images. Use when authoring Dockerfiles or compose files, wiring secrets (runtime vs build-time), reproducible bases, PID 1 and healthchecks, volumes and networking, supply-chain hygiene, or troubleshooting compose stacks.

2026-07-18
golang
Développeurs de logiciels

Routes Go work to the right reference guides and conventions for the task. Use when working on Go architecture, implementation, refactoring, concurrency, error handling, testing, performance, or code review.

2026-07-18
postgres-patterns
Architectes de bases de données

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Use when writing SQL or migrations, designing schemas, troubleshooting slow queries, implementing Row Level Security, tuning connection pooling, or reviewing database changes. Based on Supabase-leaning Postgres practice.

2026-07-18
python-patterns
Développeurs de logiciels

Applies Python idioms, PEP 8 norms, typing, packaging, concurrency, tooling, and performance discipline to everyday Python code. Use when writing, reviewing, refactoring, or packaging Python; when the user names type hints, dataclasses, pytest, ruff/black/mypy, asyncio, concurrency, EAFP vs LBYL, or Python idioms; or asks for a Python-specific code-quality pass.

2026-07-18
implement
Développeurs de logiciels

Implement a piece of work based on a spec or set of tickets.

2026-07-18
setup-work
Développeurs de logiciels

Optional per-repo bootstrap of `docs/agents/issue-tracker.md` and `docs/agents/domain.md` so engineering skills know where issues live (local markdown under `work/` by default; GitHub and GitLab also supported) and how to consume domain docs. Not required for the default path — skills assume local `work/` and single-context `CONTEXT.md` / `docs/adr/` when these files are missing. Run when switching to GitHub/GitLab/custom tracker, changing tracker, or confirming multi-context domain layout.

2026-07-18
to-plan
Développeurs de logiciels

Publish a one-session implementation plan for /implement-plan — escape hatch when the build fits one context window.

2026-07-18
to-spec
Développeurs de logiciels

Turn the current conversation into a published spec, then validate it with /council and /best-practices-research — no interview, no tickets.

2026-07-18
to-tickets
Développeurs de logiciels

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

2026-07-18
code-review
Analystes en assurance qualité des logiciels et testeurs

Diff/PR review: council → thermos/yagni → delta BPR → Sol merge. Report only.

2026-07-17
yagni
Développeurs de logiciels

YAGNI. Use when the user wants a lazy cut, pushes back on over-engineering, or another skill needs a YAGNI review pass. Skip non-coding requests.

2026-07-17
implement-plan
Développeurs de logiciels

Heavy one-shot implement of an attached plan (council → best practices → Karpathy → YAGNI).

2026-07-17
grilling
Spécialistes en gestion de projets

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2026-07-17
prototype
Développeurs web

Build a throwaway prototype to flesh out a design — a shareable HTML demo for state/business-logic questions, or several radically different UI variations toggleable from one route.

2026-07-17
architecture-decision-records
Développeurs de logiciels

Captures architectural decisions as lightweight ADRs with detailed rationale, optional expanded sections, scaffolding, and index maintenance. Detects decision moments, drafts for approval, writes files, and updates docs/adr/README.md. Use when recording why the codebase chose a pattern, library, or trade-off; when the user says ADR, record this decision, or why did we choose X.

2026-07-17
research
Analystes en études de marché et spécialistes en marketing

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent — including when /wayfinder fires research tickets.

2026-07-15
handoff
Développeurs de logiciels

Writes a compact handoff to docs/handoffs/CURRENT.md from the current Agent chat so a new session or another agent can continue without re-deriving context. Use when the user asks for a handoff, session summary, continuation doc, context for the next chat, or ending work with follow-on tasks. Triggers: "handoff", "hand off", "summary for next session", "new agent", "pick up later", "/handoff".

2026-07-15
best-practices-research
Développeurs de logiciels

Runs recon on current best practices for a language, framework, or domain via live web search before implementing. Use when starting non-trivial work in an unfamiliar or fast-moving domain, library, or framework, or when the user asks to follow best practices, current practices, or "the modern way" to do something. Skip for routine edits or familiar, stable code.

2026-07-15
council
Développeurs de logiciels

Explores the codebase in a given area, spawns parallel Task subagents on Cursor first-party models for deep dives including off-angle coverage, then synthesizes results for the user's request or plan.

2026-07-15
improve-codebase-architecture
Développeurs de logiciels

Architecture review: scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through the candidate the user picks. Use for architecture review, deepening refactors, testability improvements, or `/improve-codebase-architecture`.

2026-07-15
recursive-decomposition
Développeurs de logiciels

Based on Recursive Language Models (RLM) research (Zhang, Kraska, Khattab, 2025), this skill guides handling tasks that exceed comfortable context limits through programmatic decomposition and recursive sub-inquiry. Triggers on phrases like "analyze all files", "process this large document", "aggregate information from", "search across the codebase", or work spanning 10+ files or 50k+ tokens.

2026-07-15
pitstop
Développeurs de logiciels

Pit-crew response mode for coding and agent work. Action-first, numbered steps, state restated every turn, compressed grammar by default.

2026-07-15
codebase-onboarding
Développeurs de logiciels

Analyze an unfamiliar codebase and produce a structured onboarding guide with architecture map, conventions, and a starter AGENTS.md.

2026-07-01
frontend-design
Concepteurs web et d'interfaces numériques

Distinctive, intentional visual design when building new UI or reshaping an existing one.

2026-07-01
frontend-slides
Développeurs web

Create animation-rich HTML presentations from scratch or by converting PowerPoint files.

2026-07-01
gpt-taste
Développeurs web

Awwwards-level GSAP marketing/landing page design with strict editorial typography and motion discipline.

2026-07-01
karpathy-guidelines
Développeurs de logiciels

Strict coding discipline — think before coding, simplify, surgical changes only, verifiable success criteria.

2026-07-01
diagnosing-bugs
Développeurs de logiciels

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026-06-24
domain-modeling
Développeurs de logiciels

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, or when another skill needs to maintain the domain model.

2026-06-24
explain-code
Développeurs de logiciels

Explains code in a short, scannable structure with a TL;DR, sectioned ideas, and small code examples. Use when the user wants code explained, summarized, walkthroughs, or documentation-style breakdowns.

2026-06-24
tdd
Analystes en assurance qualité des logiciels et testeurs

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-06-24
teach
Enseignants postsecondaires, autres

Teaches the user a topic over multiple sessions using a grounded learning workspace under docs/learning/, with Exa-verified resources. Use when the user invokes /teach, asks to learn a concept, wants structured lessons, or needs curated resources, glossary terms, learning records, exercises, and HTML lessons.

2026-06-24
alpha
Analystes en assurance qualité des logiciels et testeurs

fixture alpha

2026-06-03
beta
Analystes en assurance qualité des logiciels et testeurs

fixture beta

2026-06-03
alpha
Analystes en assurance qualité des logiciels et testeurs

Mini fixture skill alpha

2026-06-03
alpha
Analystes en assurance qualité des logiciels et testeurs

Mini fixture skill alpha

2026-05-31
beta
Analystes en assurance qualité des logiciels et testeurs

Mini fixture skill beta

2026-05-31
document
Développeurs de logiciels

Creates or updates durable project documentation—README sections, architecture docs, API docs, examples, migration notes, devops docs, runbooks, and usage guides verified against code. Use when the user asks to document behavior, write or update repo docs, refresh README, add API or runbook docs, capture how something works in the repository, or remove stale documentation after code changes. Triggers: "document this", "update the README", "write a runbook", "add docs for", "document the API", "capture how X works in the repo", "/document".

2026-05-30
Affichage des 40 principaux skills collectés sur 42 dans ce dépôt.