agentsclimarketplace

Speq git discipline

Skill marconae/speq-skill/.claude/skills/speq-git-discipline

A light-weight and straightforward system for spec-driven development with Claude Code or OpenAI Codex. Written in Rust 🦀

Install
npx -y skills add marconae/speq-skill --skill speq-git-discipline

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Read-only git guardrails and the Conventional Commits reference — no history writes, verify changes before completing. Triggered by planner-agent, implementer-agent, implementer-expert-agent, and recorder-agent; git-agent alone is exempt and uses /speq-git-operations instead.

SKILL.md

1.3 KB, as published. Nobody here has run it

Git Discipline

Git read-only guardrails. User controls all git writes.

Allowed Commands

git status    git diff    git log    git show    git branch

Forbidden Commands

add    commit    push    pull    fetch
merge  rebase    cherry-pick
checkout    switch    restore
reset    revert    stash    tag

No exceptions.

Before Completing Work

Verify expected changes:

git status   # Check files changed
git diff     # Review actual changes

Security

Never commit secrets (API keys, passwords, credentials, tokens).

Commit Conventions

Follow the Conventional Commits specification:

<type>[scope]: <description>

[body]

[footer]
TypeUse
featNew feature (MINOR)
fixBug fix (PATCH)
perfPerformance
refactorRestructure, same behavior
testTests
docsDocumentation
specSpec changes
choreMaintenance

Breaking changes: Add ! after type or BREAKING CHANGE: footer → MAJOR version

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.