Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

UpstreamDrift

UpstreamDrift contiene 52 skills recopiladas de D-sorganization, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
52
Stars
3
actualizado
2026-05-27
Forks
1
Cobertura ocupacional
9 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

speckit-git-commit
Desarrolladores de software

Auto-commit changes after a Spec Kit command completes

2026-05-27
approach-evaluation
Analistas de sistemas informáticos

Research industry standards and best practices, identify viable approaches for a given technical or architectural problem, and produce a structured factual comparison against project-specific constraints. Reports options — does not decide.

2026-05-18
architecture-extract
Desarrolladores de software

Convert raw project structure into clear architectural understanding — module boundaries, data flows, service relationships, and architectural patterns. Activate after codebase-scan during Bootstrap.

2026-05-18
build-agents-index
Desarrolladores de software

Scan all agent and sub-agent definition files in .gaai/core/agents/, extract YAML frontmatter, merge with specialists.registry.yaml, and generate a derived agents-index.yaml at .gaai/core/agents/agents-index.yaml. Activate after adding, modifying, or removing any agent, sub-agent, or specialist entry.

2026-05-18
build-skills-index
Desarrolladores de software

Scan SKILL.md files in .gaai/core/skills/ and .gaai/project/skills/, extract YAML frontmatter, and regenerate separate skills indices for each layer. Core index ships with the OSS framework; project index is project-specific.

2026-05-18
codebase-scan
Analistas de sistemas informáticos

Create a high-level map of the project structure and identify architectural pillars, entry points, and module boundaries. Activate at Bootstrap initialization or before architecture extraction.

2026-05-18
consistency-check
Desarrolladores de software

Detect inconsistencies across related artefacts and governance constraints. Activate after story generation, after plan preparation, before implementation, or after remediation attempts. Reports issues — does not fix them.

2026-05-18
context-building
Empleados de archivos

Assemble a minimal, high-signal execution context bundle from already-retrieved memory, governed artefacts, and applicable rules. Activate after memory-retrieve and before any reasoning or execution skill.

2026-05-18
create-skill
Desarrolladores de software

Guide creation of a new GAAI skill following the agentskills.io spec and GAAI best practices. Activate when adding a new skill to the .gaai/core/skills/ catalog.

2026-05-18
decision-extraction
Desarrolladores de software

Identify and formalize durable product and technical decisions from agent outputs into long-term memory. Activate after Discovery produces artefacts, Delivery resolves trade-offs, or product direction materially changes.

2026-05-18
eval-run
Analistas de garantía de calidad de software y probadores

Evaluate any output file against a structured evals.yaml assertions file and produce a score report with per-assertion pass/fail results. Activate when the Discovery Agent runs the Skill Optimize protocol to measure output quality or detect regressions after skill instruction changes.

2026-05-18
friction-retrospective
Especialistas en gestión de proyectos

Scan delivery artefacts for friction log entries, detect recurring patterns, and produce retrospective reports. Invoked by Discovery Agent (never by Delivery) to identify systemic improvement opportunities from friction captured during delivery.

2026-05-18
i18n-glossary-sync
Desarrolladores de software

Maintain a canonical i18n glossary file — sync new terms across all language pairs, detect drift, flag missing translations, and enforce consistent terminology across the codebase.

2026-05-18
i18n-validate
Analistas de garantía de calidad de software y probadores

Validate translation completeness and consistency across all locale files — detect missing keys, untranslated strings, format mismatches, and glossary violations.

2026-05-18
idiomatique-translate
Representantes de servicio al cliente

Translate strings idiomatically across multiple target languages using a project glossary, preserving tone, domain terminology, and format placeholders while flagging untranslatable content.

2026-05-18
memory-alignment-check
Analistas de garantía de calidad de software y probadores

After QA PASS, compare the Story's implementation footprint against relevant memory entries. Reports confirmed entries, contradictions, and new knowledge candidates. Never writes to memory — produces a delta report for Discovery to action.

2026-05-18
memory-compact
Desarrolladores de software

Emergency single-pass memory compression when context window pressure is high mid-task. Activate when approaching token limits during active work. For scheduled end-of-phase cleanup, use memory-refresh instead.

2026-05-18
memory-index-sync
Desarrolladores de software

Detect and heal index.md drift — finds memory files on disk not registered in index.md and registers them. Run when /gaai-status reports unregistered files, after batch memory operations, or as a post-delivery gate.

2026-05-18
memory-ingest
Desarrolladores de software

Transform validated knowledge into structured long-term memory. Activate after Bootstrap scan, after Discovery produces validated artefacts, or after architecture insights are available.

2026-05-18
memory-refresh
Desarrolladores de software

Periodic memory maintenance — archive session files, convert recurring knowledge into summaries, update the memory index. Activate at end of a major phase (Discovery complete, sprint done) or when memory spans many sessions. For emergency context-window pressure mid-task, use memory-compact instead.

2026-05-18
memory-retrieve
Desarrolladores de software

Load only the minimum relevant memory for a task using 3-level progressive disclosure. Activate before context-building — never load full memory dumps. Never substitute summaries for durable memory.

2026-05-18
memory-search
Desarrolladores de software

Search memory by frontmatter fields, full-text keywords, or cross-reference graph. Returns ranked file list — never loads full content. Use when the agent needs to find relevant memory without knowing exact paths.

2026-05-18
post-mortem-learning
Especialistas en gestión de proyectos

Analyze failures and suboptimal deliveries to identify root causes, contributing factors, and raw lessons. Activate after significant delivery failures, repeated QA failures, or when patterns of issues need to be understood.

2026-05-18
risk-analysis
Especialistas en gestión de proyectos

Systematically identify and structure product, delivery, and systemic risks before they become failures. Activate before finalizing Epics and Stories, before execution planning, after repeated QA failures, or after major scope changes.

2026-05-18
rules-normalize
Especialistas en gestión de proyectos

Convert implicit or scattered project conventions into governed GAAI rule files, and create or modify rule files with integrity. Activate during Bootstrap, when creating a new rule, or when modifying an existing rule.

2026-05-18
security-audit
Analistas de seguridad de la información

Detect security vulnerabilities and governance violations across delivered code, configurations, and deployed environments. Activate after implementation or periodically as a governance check.

2026-05-18
success-metrics-evaluation
Especialistas en gestión de proyectos

Evaluate delivery outcomes against defined success metrics and acceptance goals. Activate after Delivery to verify that delivered work creates real business and technical impact, not just output.

2026-05-18
summarization
Secretarios ejecutivos y asistentes administrativos de dirección

Transform large, noisy, or short-term memory into compact, durable, high-signal summaries. Activate when session memory grows large, decisions accumulate, or memory retrieval starts returning too many files.

2026-05-18
browser-journey-test
Analistas de garantía de calidad de software y probadores

Validate user stories by simulating real user journeys in a live browser against deployed application. Activate after implementation to verify actual user experience against acceptance criteria, not just code logic.

2026-05-18
ci-watch-and-fix
Administradores de redes y sistemas informáticos

Watch GitHub Actions CI after PR creation, detect failures, extract logs, apply minimal fixes, and re-push — keeping the delivery session alive until CI resolves or escalating after 3 cycles. Activate immediately after gh pr create and before marking the story done.

2026-05-18
compose-team
Especialistas en gestión de proyectos

Assemble the context bundles for each sub-agent based on evaluate-story output. Produces spawn-ready packages for Planning, Implementation, QA, or MicroDelivery sub-agents. Activate after evaluate-story, before spawning any sub-agent.

2026-05-18
coordinate-handoffs
Desarrolladores de software

Validate sub-agent handoff artefacts, sequence phase transitions, and manage retry and escalation logic. Activate after each sub-agent terminates to determine next action.

2026-05-18
delivery-high-level-plan
Especialistas en gestión de proyectos

Transform validated Stories into a clear, minimal, governed execution plan. Used by the Planning Sub-Agent as the first planning pass before prepare-execution-plan for Tier 2/3, or as the sole planning output for simple Stories.

2026-05-18
evaluate-story
Especialistas en gestión de proyectos

Assess Story complexity, identify required domains, and determine delivery tier (MicroDelivery / Core Team / Core Team + Specialists). Activate as the first step of every delivery orchestration cycle.

2026-05-18
implement
Desarrolladores de software

Generate correct, minimal, maintainable code that satisfies a validated Story's acceptance criteria against an execution plan. Activate when a Story is validated, a plan exists, and all prerequisites are unambiguous.

2026-05-18
prepare-execution-plan
Especialistas en gestión de proyectos

Decompose a high-level delivery plan into a precise, file-level execution sequence with explicit ordering, edge cases, and test checkpoints. Activate after delivery-high-level-plan for complex or multi-phase Stories before implementation begins.

2026-05-18
qa-review
Analistas de garantía de calidad de software y probadores

Validate that implemented code fully satisfies Story acceptance criteria, respects rules, and introduces no regressions. This is the hard quality gate — no pass means no delivery. Activate after implementation is complete.

2026-05-18
remediate-failures
Analistas de garantía de calidad de software y probadores

Correct failures, rule violations, and acceptance criteria gaps detected during QA review. Activate when qa-review returns FAIL. Fixes without redefining scope — loops until all quality gates pass.

2026-05-18
create-prd
Especialistas en gestión de proyectos

Produce a lightweight strategic PRD that defines product vision, user problem, value hypothesis, success metrics, and scope boundaries. Activate only when starting a new product, launching a major initiative, or facing strategic uncertainty.

2026-05-18
discovery-high-level-plan
Especialistas en gestión de proyectos

Transform vague or high-level human intent into a governed Discovery action plan. Activate when intent is unclear, broad, or when multiple discovery steps are required before any artefact is created.

2026-05-18
Mostrando las 40 principales de 52 skills recopiladas en este repositorio.