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

UpstreamDrift

UpstreamDrift contient 52 skills collectées depuis D-sorganization, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
52
Stars
3
mis à jour
2026-05-27
Forks
1
Couverture métier
9 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

speckit-git-commit
Développeurs de logiciels

Auto-commit changes after a Spec Kit command completes

2026-05-27
approach-evaluation
Analystes des systèmes informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes des systèmes informatiques

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
Développeurs de logiciels

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
Préposés aux dossiers

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-05-18
idiomatique-translate
Représentants du service clientèle

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Analystes en sécurité de l'information

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
Spécialistes en gestion de projets

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
Secrétaires de direction et assistants administratifs

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
Analystes en assurance qualité des logiciels et testeurs

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
Administrateurs de réseaux et de systèmes informatiques

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Affichage des 40 principaux skills collectés sur 52 dans ce dépôt.