Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
tae2089
Perfil de creador de GitHub

tae2089

Vista por repositorio de 85 skills recopiladas en 9 repositorios de GitHub.

skills recopiladas
85
repositorios
9
actualizado
2026-07-24
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
agent-team
43 skills · 2026-07-11
Desarrolladores de softwareEspecialistas en gestión de proyectosGerentes de sistemas informáticos y de informaciónSupervisores de primera línea de trabajadores de oficina y soporte administrativoAnalistas de sistemas informáticosChefs y cocineros jefes
15 categorías ocupacionales · 100% clasificado
51%participación
#02
skills
14 skills · 2026-07-22
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresOtras ocupaciones informáticasEspecialistas en gestión de proyectos
4 categorías ocupacionales · 100% clasificado
16%participación
#03
code-context-graph
9 skills · 2026-07-19
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
11%participación
#04
agent-loop
8 skills · 2026-07-24
Analistas de garantía de calidad de software y probadoresDesarrolladores de software
2 categorías ocupacionales · 100% clasificado
9.4%participación
#05
llm-guard-python
4 skills · 2026-04-18
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
4.7%participación
#06
harness
2 skills · 2026-04-30
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
2.4%participación
#07
thread-keep
2 skills · 2026-07-14
Analistas de garantía de calidad de software y probadoresDesarrolladores de software
2 categorías ocupacionales · 100% clasificado
2.4%participación
#08
finance-agent-skills
2 skills · 2026-01-24
Analistas financieros y de inversiones
1 categorías ocupacionales · 100% clasificado
2.4%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

agent-team-codex-harness
Otras ocupaciones informáticas

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
Especialistas en gestión de proyectos

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

2026-05-13
persona-agent-team-designer
Diseñadores de interfaces web y digitales

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
Especialistas en gestión de proyectos

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
Especialistas en gestión de proyectos

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
Especialistas en gestión de proyectos

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
Especialistas en gestión de proyectos

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
Empleados de correspondencia

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
Mostrando las 8 principales de 43 skills recopiladas en este repositorio.
planning-grill
Especialistas en gestión de proyectos

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Otras ocupaciones informáticas

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Mostrando las 8 principales de 14 skills recopiladas en este repositorio.
ccg-analyze
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-07-11
ccg
Desarrolladores de software

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

2026-07-11
ccg-analyze
Desarrolladores de software

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
Mostrando las 8 principales de 9 skills recopiladas en este repositorio.
assurance-loop
Analistas de garantía de calidad de software y probadores

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Analistas de garantía de calidad de software y probadores

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
Analistas de garantía de calidad de software y probadores

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
Mostrando 9 de 9 repositorios
Todos los repositorios cargados