definite-d

5 mods across 1 repository, 2 stars between them.

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…

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…

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…

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…

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"…

2 1mo ago A 173 tokens original MIT