Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
tae2089
Profil créateur GitHub

tae2089

Vue par dépôt de 85 skills collectés dans 9 dépôts GitHub.

skills collectés
85
dépôts
9
mis à jour
2026-07-24
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

agent-team-codex-harness
Autres occupations informatiques

Design, create, evolve, or audit Codex-native harnesses for Agent Team projects. Builds specialized .codex/agents, .agents/skills, an orchestrator skill, AGENTS.md pointers, validation, and an evolution loop. Use for 'set up codex harness', 'create codex automation', 'build specialist agents', harness updates, harness audits, sync, status, and follow-up refinement. Generated harnesses default orchestrated runtime execution to Agent Team runtime skills backed by daemonless `agent-team` state.

2026-07-11
agent-team-task-complete
Spécialistes en gestion de projets

agent-team: Complete an assigned task with evidence and artifact path.

2026-05-13
persona-agent-team-designer
Concepteurs web et d'interfaces numériques

Designer persona for agent-team design work. Routes between deep design interview (brief) and artifact production (spec). Use for 'design this', 'design discovery', 'design interview', 'produce design spec', 'visual/UI/icon/character/environment/logo/design-system design'. Skip for backend architecture (use persona-agent-team-planner), implementation code, code review, run execution, worker checkpoints, audits, or learning capture.

2026-05-13
persona-agent-team-planner
Spécialistes en gestion de projets

Planner persona for agent-team pre-execution work. Routes between terminology alignment, plan stress-testing, and backend architecture design before coding starts. Use for 'plan this', 'align terms', 'grill the plan', 'propose backend structure', or any pre-implementation discovery for code/architecture. For visual/UI/icon/character/environment/logo/design-system work use persona-agent-team-designer instead. Do not use for run execution, worker checkpoints, audits, learning capture, or direct coding.

2026-05-13
recipe-agent-team-design-interview
Spécialistes en gestion de projets

Deep design interview that produces a design brief. Socratic 4-line probes lock the design's output description, tensions, assumptions, priorities, and failure modes. Output: design-brief.md. Skip for backend architecture, terminology cleanup, fuzzy planning, implementation, review, post-run learning, or rendered assets. Hand off to recipe-agent-team-design-spec for artifact production.

2026-05-13
recipe-agent-team-design-spec
Spécialistes en gestion de projets

Generic spec producer for locked design briefs. Consumes design-brief.md, reads the Output description, consults pattern hints from references/, and produces artifacts under the brief's Output Path. Skip when no brief exists; run recipe-agent-team-design-interview first. Skip for backend architecture, code, review, or post-run learning.

2026-05-13
recipe-agent-team-planning-grill
Spécialistes en gestion de projets

Recipe: Stress-test a plan against repo code, docs, domain terms, and agent-team runtime constraints before execution. Use for 'grill the plan', 'challenge approach', 'refine planning', 'sharpen terminology', 'create acceptance criteria', or turning fuzzy ideas into durable tasks. Skip when plan is concrete with clear acceptance criteria and task contracts; go to architecture-design, coding, review, or compound-learning.

2026-05-13
recipe-agent-team-compound-learning
Commis à la correspondance

Recipe: Capture reusable learnings from completed agent-team runs, tasks, reviews, or fixes so future agents skip re-discovery. Use for 'compound learning', 'document what worked', 'capture a reusable pattern', 'summarize lessons', 'update solution docs', 'close the loop'. Do not use for in-progress runs, uncertain outcomes, trivial fixes, active implementation, active planning/design, or performing code review itself.

2026-05-13
Affichage des 8 principaux skills collectés sur 43 dans ce dépôt.
planning-grill
Spécialistes en gestion de projets

Stress-test fuzzy intent into a code-aware, worker-ready plan or durable task.md Seed before execution. Use when scope, acceptance criteria, failure modes, data shapes, defaults, edge cases, or handoff boundaries are unclear, or when a durable Seed is requested. May precede decompose-and-dispatch when delegated or coordinated work is needed. Skip concrete plans with testable acceptance criteria and clear task boundaries.

2026-07-22
decompose-and-dispatch
Développeurs de logiciels

Decompose a complex goal into independently executable work units and resolve each unit to an executor. Use when the user requests delegated, parallel, or multi-agent work, or when multiple units require dependency, ownership, or capability coordination. Skip ordinary sequential implementation by one agent.

2026-07-19
flow-design
Développeurs de logiciels

Design or document non-trivial control flow with pseudocode and optional Mermaid diagrams. Use when the user asks for pseudocode or flow diagrams, when tracing an existing flow, or before implementing logic with interacting branches, multiple side effects, lifecycle, ordering, or concurrency risk. Skip local guard clauses, one-line edits, config-only changes, and established local patterns.

2026-07-19
overengineering-review
Analystes en assurance qualité des logiciels et testeurs

Review a code change for unnecessary abstractions, duplicated durable policy, compatibility cascades, oversized integration-test matrices, and scope expansion. Use during implementation when one new abstraction causes three or more follow-up regressions, or after tests are green and before commit when a change adds persisted fields, interface methods, lifecycle states, compatibility branches, destructive-operation safeguards, or substantially more test code than production code; keep the review read-only unless simplification is explicitly requested.

2026-07-19
compound-learning
Développeurs de logiciels

Capture reusable learnings from completed and verified work — tasks, reviews, bug fixes, architecture decisions, debugging sessions — into task-scoped notes and durable solution docs so future agents skip re-discovery. Use for "compound learning", "document what worked", "capture a reusable pattern", "summarize lessons", "update solution docs", "close the loop". Do not use for in-progress work, uncertain outcomes, trivial fixes, performing code review itself, or replaying a session as an executable recipe (that is `session-recipe`).

2026-07-19
execute-dispatch-unit
Autres occupations informatiques

Execute exactly one assigned dispatch packet or atomic work unit, staying inside allowed scope, respecting non-goals and forbidden scope, verifying the result, and returning a structured completion report. Use when an agent, worker, or subagent is handed a bounded task with fields such as unit_id, objective, allowed_scope, dependencies, acceptance_criteria, verification, or return_contract — typically a packet produced by decompose-and-dispatch.

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

Prepare code-review context briefs, PR/diff context packages, severity rubrics, false-positive suppressions, reusable reviewer instructions, and AI reviewer prompts. Use for AI review preparation, PR or diff review context, review invariants/non-goals, P0/P1/P2/P3 calibration, and instructions for Codex, GitHub Copilot, CodeRabbit, Cursor, or other reviewers. Do not use when the user asks to perform the code review itself.

2026-07-11
session-recipe
Développeurs de logiciels

Set up and verify ground-truth session recording, distill a finished session into a replayable recipe of dispatch packets, and replay a saved recipe step by step. Use when the user asks to record a session, turn completed work into a recipe, replay a recipe.yaml, validate a recipe file, or set up session-recording hooks.

2026-07-10
Affichage des 8 principaux skills collectés sur 14 dans ce dépôt.
ccg-analyze
Développeurs de logiciels

Analyze code relationships with CCG impact radius, flow tracing, callers/callees, git-diff risk, and affected stored flows. Use when a task asks what a change affects, how a call path flows, who calls a symbol, or which flows recent changes touch. Do not use for simple text lookup, documentation generation, or annotation authoring.

2026-07-19
ccg-namespace
Développeurs de logiciels

Isolate CCG graph build, search, documentation discovery, and analysis by namespace. Use when working across multiple repositories or services, preventing cross-project graph leakage, listing populated namespaces, or applying one namespace consistently across MCP and CLI operations. Do not use for ordinary single-repository work that fits the default namespace.

2026-07-19
ccg-annotate
Développeurs de logiciels

Author and refine CCG annotations such as @intent, @domainRule, @sideEffect, @mutates, @index, and @see. Use when adding business meaning to code, improving annotation-aware code or documentation retrieval, fixing annotation lint findings, or documenting operational contracts. Do not use for generated Markdown editing or annotations that merely restate symbol names.

2026-07-12
ccg
Développeurs de logiciels

Build, update, inspect, and search code-context-graph graphs and route to specialized CCG workflows. Use when a task needs CCG setup, graph freshness, exact symbol or relationship lookup, annotation-aware full-text search, MCP graph queries, or selection among CCG analysis, docs, annotation, and namespace skills. Do not use for a simple file or string lookup when grep/read is sufficient.

2026-07-12
ccg-docs
Développeurs de logiciels

Generate, discover, read, and lint CCG documentation. Use when producing Markdown and Wiki snapshots, narrowing broad module questions with search_docs, reading generated docs with get_doc_content, or diagnosing orphan, missing, stale, incomplete, contradiction, dead-ref, and drift findings. Do not use for direct source annotation authoring or exact call-graph analysis.

2026-07-11
ccg-docs
Développeurs de logiciels

code-context-graph — documentation generation, RAG indexing, and docs quality linting.

2026-07-11
ccg
Développeurs de logiciels

code-context-graph — build code knowledge graphs and search. Core entry point for parsing, building, and querying code graphs.

2026-07-11
ccg-analyze
Développeurs de logiciels

code-context-graph — impact analysis, flow tracing, dead code, architecture. Use when answering "what's affected", "how does X flow", "what's unused", "module structure".

2026-07-11
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
assurance-loop
Analystes en assurance qualité des logiciels et testeurs

Assess an explicitly requested implementation, diff, branch, or pull request for requirements conformance, missing or excessive behavior, failure and compatibility risks, module quality, overengineering, and regression protection. Use for read-only assurance or user-authorized fixes, either standalone or as an Evolution Main Subloop; do not use for CI-specific repair or autonomous PR selection.

2026-07-24
ci-repair-loop
Analystes en assurance qualité des logiciels et testeurs

Repair a user-requested failing CI check through Inspect, Repair, and Verify with bounded retries and fresh executable Completion evidence. Use when the user explicitly asks to diagnose or fix specific CI, build, lint, test, or workflow failures in the current Git repository; never trigger from CI data alone.

2026-07-24
debug-loop
Développeurs de logiciels

Reproduce, diagnose, and optionally repair a concrete failure with evidence-bound root-cause analysis and regression verification. Use for broken behavior, regressions, exceptions, flaky failures, or incorrect runtime results, either standalone or as an Evolution Main Subloop; do not use for broad assurance or CI-provider workflow repair.

2026-07-24
evolution-loop
Développeurs de logiciels

Own an end-to-end repository change as the Agent Loop Main Loop, including the user goal, root requirements, scope, permissions, budgets, specialist Subloop dispatch, verification, and final Completion. Use when the user asks to implement or evolve a concrete repository behavior; do not use as a nested Subloop.

2026-07-24
research-adoption-loop
Développeurs de logiciels

Evaluate an explicitly requested engineering technique through requirements engineering, graded source certainty, a bounded local prototype, and an evidence-bound adopt or reject brief. Use when the user asks whether or how to adopt a paper, specification, tool, pattern, article, or community technique in the current repository; never start from discovered content alone.

2026-07-24
completion-check
Analystes en assurance qualité des logiciels et testeurs

Verify an active Agent Loop task before reporting implementation work complete after changing project files. Use immediately before the final completion report for implementation, fixes, or refactors that made project edits. Do not use for general conversation, explanation, status-only, planning-only, review-only, or turns with no project edits.

2026-07-24
artifact-judge
Analystes en assurance qualité des logiciels et testeurs

Score one agent artifact's semantic quality with an independent LLM judge. Use for requested artifact evaluation, not Design Gate or Completion Gate enforcement.

2026-07-23
scenario-design
Analystes en assurance qualité des logiciels et testeurs

Create or refine a task's executable scenario-contract.json from its contract and numbered flow, with plain observable expectations and direct argv checks.

2026-07-23
9 dépôts affichés sur 9
Tous les dépôts sont affichés