digipulse-engineering

60 mods across 1 repository, 161 stars between them.

build-agents-index

25

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 69 tokens

build-skills-index

26

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 54 tokens

codebase-scan

27

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 35 tokens

consistency-check

28

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 40 tokens

context-building

29

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 42 tokens

create-skill

30

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 43 tokens

decision-extraction

31

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 39 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Spot-check AC internal consistency and scan for pending revisions on delivery-ready stories. Activated by /gaai-status --audit as Section 5. Complements the standard status checks with depth checks that standard status skips for speed.

161 2d ago A 51 tokens

eval-run

33

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 53 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 45 tokens

i18n-glossary-sync

35

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 41 tokens

i18n-validate

36

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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

161 2d ago A 31 tokens

idiomatic-translate

37

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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

161 2d ago A 36 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 45 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Migrate a superseded DEC's index rows from active index.md to archive/superseded-decisions.archive.md. Idempotent. Discovery-only — never invoked by daemon delivery. Updates DEC frontmatter as canonical source of truth.

161 2d ago A 58 tokens

memory-compact

40

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 39 tokens

memory-delta-triage

41

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Apply three deterministic heuristics to a single memory-delta file to produce a structured verdict block; invoke memory-ingest on ACCEPTED candidates only in validate mode. Activate when Discovery processes a raw memory-delta from contexts/artefacts/memory-deltas/.

161 2d ago A 58 tokens

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Compact verbose memory index / registry files to pointer-only form. Activate when an index file (index.md, index-decisions.md, or any sibling registry table) breaches the file-size budget OR shows substance-duplication drift. Distinct from memory-compact (which targets content categories) and memory-archive-superseded…

161 2d ago A 80 tokens

memory-index-lint

43

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Validate discoverability invariants of memory index.md and archive/superseded-decisions.archive.md. Tool-agnostic L3 prompt + capability-dependent L4 script. Detects table corruption, dangling/orphan supersession pointers, frontmatter inconsistencies, missing affordance signals.

161 2d ago A 64 tokens

memory-index-sync

44

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 49 tokens

memory-ingest

45

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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

161 2d ago A 32 tokens

memory-reconcile

46

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

Scan all memory files, documentation (/docs//.md), and README files (/README.md) for drift, contradictions, and stale references. Produce a reconciliation report for Discovery to action. Activate on demand or via cron.

161 2d ago A 0 tokens

memory-refresh

47

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 57 tokens

memory-retrieve

48

digipulse-engineering/GAAI-framework

Skill Claude CodeCodex

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.

161 2d ago A 38 tokens