setup-memory
121Skill Claude CodeCodex
Initialize JSON-based memory system with structured sections.
Skill Claude CodeCodex
Initialize JSON-based memory system with structured sections.
Skill Claude CodeCodex
Update memory after a session with new information and actions.
Skill Claude CodeCodex
Archive a completed or inactive project.
Skill Claude CodeCodex
Create a new project folder with standard tracking structure.
Skill Claude CodeCodex
Create a date-based session folder for today's work.
Skill Claude CodeCodex
Initialize project and session management structure with CLAUDE.md integration.
Skill Claude CodeCodex
Add GitHub Issues backlog workflow to any agent — creates the full development cycle (backlog, claim, close, groom, roadmap, autoplan, commit, sprint, work-loop).
Skill Claude CodeCodex
Install deterministic consistency linting into a fleet's shared canon repo — seeds tools/canon-lint/ (stdlib-only Python, no LLM), lint/rules.yaml (severity config), a GitHub Actions workflow that lints every push/PR, and the "Lintable structure" section of CONVENTIONS.md defining the two-zone folder schema…
Skill Claude CodeCodex
Give any agent a shared canonical-data layer — installs /canon-publish (commit this agent's own folder in the fleet's shared canon repo), /canon-consume (read other agents' published data at a cited ref), /canon-reconcile (scheduled freshness pass over the agent's own folder), and /canon-doctor (verify the layer…
Skill Claude CodeCodex
Add git-as-state hooks to an agent — auto-commits on Stop, rebases on SessionStart, snapshots on PreCompact. Gives agents durable cross-session memory through their own repo.
Skill Claude CodeCodex
Add a memory system to an agent — file awareness, knowledge graph, structured state, or multi-session tracking.
Skill Claude CodeCodex
Make any agent a system-aware orchestrator — installs /discover-agents (discover the fleet from live Trinity and/or a repo list into a descriptive fleet/system-map.yaml), /compose-system (turn the map into a Trinity SystemManifest and deploysystem), and /orchestrate (route, fan out, and run ephemeral agents via…
Skill Claude CodeCodex
Scaffold a new instance (tenant / zone / case) of an existing pipeline — creates projects/<slug>/instances/<instance>/{config.yaml, state.json} and syncs state.json to /.trinity/pipeline-state/.
Skill Claude CodeCodex
Append a new stage to an existing pipeline.yaml — asks for stage id, skill, timeout, retry policy, and position in the DAG. Validates DAG acyclicity and syncs the read surface.
Skill Claude CodeCodex
Scaffold a Trinity-compatible long-running pipeline inside any agent — creates projects/<slug>/{project.md, pipeline.yaml, instances/}, copies pipeline-tick/status/recover/pause/resume skills into .claude/skills/, sets up the /.trinity/ read surface, installs the heartbeat schedule, adds a dashboard section, and…
Skill Claude CodeCodex
Modify an existing playbook based on conversation context or explicit instructions. Use when user wants to update, fix, extend, or refine a playbook they already have.
Skill Claude CodeCodex
Scan one or more directories of agents in ANY paradigm — Claude Code, n8n workflow exports, framework apps (LangChain/CrewAI/AutoGen), or freeform-coded agents — assess quality (fleet maturity for Claude Code, migration readiness for the rest), design the right fleet architecture (hierarchy, knowledge brain, memory…
Skill Claude CodeCodex
Build a verified Claude Code fleet from an agent-fleet-analysis work order — non-destructive migration of mixed fleets (Claude Code, n8n exports, LangChain/CrewAI/AutoGen apps, freeform-coded loops). Sources are never mutated; each agent is copied or scaffolded into fleet-migrated/, its logic extracted per paradigm…
Skill Claude CodeCodex
Analyze a skill issue before implementing — reads the affected SKILL.md, identifies what changes are needed and any risks.
Skill Claude CodeCodex
Show current GitHub Issues backlog — what's in progress, what's next, priorities.
Skill Claude CodeCodex
Claim the next issue from the backlog — picks highest priority todo, moves it to in-progress.
Skill Claude CodeCodex
Close the current issue without a git commit — adds summary comment and marks done. Use /commit instead when skill files changed.
Skill Claude CodeCodex
Commit changed skill files and close the in-progress issue — writes a traceability commit message referencing the issue number.
Skill Claude CodeCodex
Create a new skill or playbook. Guides through requirements gathering and generates the appropriate template based on complexity.