Abilityai

166 mods across 3 repositories, 611 stars between them.

setup-memory

121

Abilityai/abilities

Skill Claude CodeCodex

Initialize JSON-based memory system with structured sections.

11 14d ago A 11 tokens original MIT

update-memory

122

Abilityai/abilities

Skill Claude CodeCodex

Update memory after a session with new information and actions.

11 14d ago A 13 tokens original MIT

create-project

124

Abilityai/abilities

Skill Claude CodeCodex

Create a new project folder with standard tracking structure.

11 14d ago A 12 tokens original MIT

create-session

125

Abilityai/abilities

Skill Claude CodeCodex

Create a date-based session folder for today's work.

11 14d ago A 12 tokens original MIT

setup-projects

126

Abilityai/abilities

Skill Claude CodeCodex

Initialize project and session management structure with CLAUDE.md integration.

11 14d ago A 16 tokens original MIT

Abilityai/abilities

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).

11 14d ago B 43 tokens original MIT

add-canon-lint

128

Abilityai/abilities

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…

11 14d ago A 167 tokens original MIT

add-canon

129

Abilityai/abilities

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…

11 14d ago A 211 tokens original MIT

add-git-sync

130

Abilityai/abilities

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.

11 14d ago B 43 tokens original MIT

add-memory

131

Abilityai/abilities

Skill Claude CodeCodex

Add a memory system to an agent — file awareness, knowledge graph, structured state, or multi-session tracking.

11 14d ago A 24 tokens original MIT

add-orchestrator

132

Abilityai/abilities

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…

11 14d ago B 87 tokens original MIT

add-pipeline-instance

133

Abilityai/abilities

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/.

11 14d ago A 57 tokens original MIT

add-pipeline-stage

134

Abilityai/abilities

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.

11 14d ago B 46 tokens original MIT

add-pipeline

135

Abilityai/abilities

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…

11 14d ago A 84 tokens original MIT

adjust-playbook

136

Abilityai/abilities

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.

11 14d ago B 37 tokens original MIT

agent-fleet-analysis

137

Abilityai/abilities

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…

11 14d ago B 120 tokens original MIT

agent-fleet-migrate

138

Abilityai/abilities

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…

11 14d ago A 110 tokens original MIT

autoplan

139

Abilityai/abilities

Skill Claude CodeCodex

Analyze a skill issue before implementing — reads the affected SKILL.md, identifies what changes are needed and any risks.

11 14d ago A 25 tokens original MIT

backlog

140

Abilityai/abilities

Skill Claude CodeCodex

Show current GitHub Issues backlog — what's in progress, what's next, priorities.

11 14d ago A 18 tokens original MIT

claim

141

Abilityai/abilities

Skill Claude CodeCodex

Claim the next issue from the backlog — picks highest priority todo, moves it to in-progress.

11 14d ago A 20 tokens original MIT

close

142

Abilityai/abilities

Skill Claude CodeCodex

Close the current issue without a git commit — adds summary comment and marks done. Use /commit instead when skill files changed.

11 14d ago A 27 tokens original MIT

commit

143

Abilityai/abilities

Skill Claude CodeCodex

Commit changed skill files and close the in-progress issue — writes a traceability commit message referencing the issue number.

11 14d ago A 23 tokens original MIT

create-playbook

144

Abilityai/abilities

Skill Claude CodeCodex

Create a new skill or playbook. Guides through requirements gathering and generates the appropriate template based on complexity.

11 14d ago B 25 tokens original MIT