definite-d/agent-skills

My personal collection of specialized skills for AI agents, organized as discrete, reusable capabilities.

2Stars on the repository
5Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

amnesia

01

definite-d/agent-skills

Skill Claude CodeCodex

Make long autonomous work survive context-window wipes and heavy compactions by externalizing agent state to disk (PROMPT.md / PLAN.md / HISTORY.md). Use proactively when starting a multi-step task likely to span sessions, resets, or budget exhaustion: long builds, research harnesses, multi-commit features…

not rated 2 1mo ago A 205 tokens original MIT

atomic-commits

02

definite-d/agent-skills

Skill Claude CodeCodex

Create atomic, logically-grouped git commits from uncommitted changes. Analyzes files, buckets by functionality, and commits in dependency order. Use when user has many changes to commit, wants to "break down" changes, or asks for commit strategy. Examples: user: "commit all these changes" → analyze, group, and commit…

not rated 2 1mo ago A 100 tokens original MIT

changelog

03

definite-d/agent-skills

Skill Claude CodeCodex

Write well-formatted changelogs following Keep a Changelog and SemVer, from scratch or from existing records (git history, tags, release notes, an existing CHANGELOG.md). Buckets changes into Added/Changed/Deprecated/Removed/Fixed/Security, derives the next version with a semver bump, and preserves the file's existing…

not rated 2 1mo ago A 235 tokens original MIT

granular-git

04

definite-d/agent-skills

Skill Claude CodeCodex

Use this skill whenever an agent needs to commit a precise, character-level subset of file changes to a Git repository without disturbing the working directory. Triggers include: staging only part of a file's edits, committing one logical change while leaving other in-progress work untouched on disk, or when…

not rated 2 1mo ago A 121 tokens original MIT

definite-d/agent-skills

Skill Claude CodeCodex

Design software systems using the state machine (statechart) pattern. Use this skill whenever a user wants to model application logic, UI flows, async operations, protocols, workflows, or business processes as a state machine. Triggers include: "design a state machine", "model this as states", "create a statechart"…

not rated 2 1mo ago A 173 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: