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

pi-engram-extensions

pi-engram-extensions contient 14 skills collectées depuis vincents-ai, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
14
Stars
1
mis à jour
2026-04-11
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

engram-adr
Développeurs de logiciels

Document architectural decisions as engraph ADRs. Store context, options considered, rationale, and consequences for queryable decision history.

2026-04-11
engram-commit-convention
Développeurs de logiciels

Every commit must reference a valid engram task UUID. Covers format, validation, and why --no-verify is prohibited.

2026-04-11
engram-orchestrator
Développeurs de logiciels

Orchestrator agent loop. Coordinates work across subagents using engram as shared state. Search before acting, dispatch by UUID, validate before finishing.

2026-04-11
engram-plan-feature
Spécialistes en gestion de projets

Plan feature implementation by creating an engram task hierarchy. Not a markdown plan — a queryable task tree any agent can retrieve.

2026-04-11
engram-session-end
Développeurs de logiciels

Universal session end protocol. Run at the end of every agent session — closes open tasks, generates a handoff summary, syncs to remote, and validates state.

2026-04-11
engram-session-start
Développeurs de logiciels

Universal session start protocol. Run at the beginning of every agent session — syncs from remote, opens a session, loads prior context, and surfaces the next action.

2026-04-11
engram-subagent-register
Développeurs de logiciels

Subagent registration protocol. Use when assigned a task UUID by an orchestrator — claim the task, pull context from engram, store all findings, and report results back.

2026-04-11
engram-systematic-debugging
Développeurs de logiciels

Systematic debugging with engram evidence trails. Store investigation as reasoning chains — queryable and reviewable by future agents.

2026-04-11
engram-tdd
Analystes en assurance qualité des logiciels et testeurs

Test-driven development with engram validation checkpoints. Write test first, watch it fail, write minimal code, store evidence at each phase.

2026-04-11
engram-use-memory
Développeurs de logiciels

Use engram as persistent memory for all work. Covers the per-turn write rule — every bash, edit, or write call must be followed by engram_context_create or engram_reasoning_create in the same turn. Load this skill whenever the engram-write-first warning appears or when starting any task that produces findings.

2026-04-11
engram-workflow
Spécialistes en gestion de projets

Use engram workflows (state machines) to track structured processes — feature development, bug fixes, incidents, releases, ADRs, research spikes, and custom flows.

2026-04-11
setup-model-failover
Développeurs de logiciels

Configure or reconfigure .pi/failover.json and .pi/model-routing.json for the model-failover extension. Checks which AI providers are currently configured in pi (OAuth tokens and API key env vars), cross-references the existing failover list, asks the user to confirm which subscriptions are still active, then updates the configs to reflect available models with correct priority ordering. Use this when setting up a new machine, after a subscription change, or to audit the current failover configuration.

2026-04-11
setup-pi-engram-extensions
Développeurs de logiciels

Full workspace bootstrap for the pi-engram-extensions package. Checks prerequisites (pi, node, engram CLI), verifies the package is installed and extensions are loading, then runs the model-failover setup to configure failover.json and model-routing.json. Use this when installing on a new machine, after a subscription change, or when handing off to a new agent or developer.

2026-04-11
install-engram
Développeurs de logiciels

Install the engram CLI binary and bootstrap a project workspace. Covers all platforms (Linux, macOS, Windows, NixOS) via the one-line installer, direct binary download, nix, or cargo. Also runs the post-install bootstrap sequence (workspace init, agent registration, skills install, commit hook). Use when engram is missing, needs upgrading, or a new project needs initialising.

2026-04-11
pi-engram-extensions Agent Skills sur GitHub | SkillsMP