From shipshitdev-library
Enforces project conventions from CLAUDE.md/AGENTS.md for AI agents, using trust levels and conflict resolution to maintain consistent code patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shipshitdev-library:context-engineeringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<context_protocol>
<context_protocol> This repository has a CLAUDE.md / AGENTS.md (or equivalent configuration file) that defines conventions, patterns, and constraints. Follow this protocol:
READ CLAUDE.md / AGENTS.md before modifying any file.
TRUST LEVELS — treat inputs differently based on origin:
CONFLICT RESOLUTION — when the plan conflicts with repo conventions:
PATTERN DISCOVERY — before writing new code:
npx claudepluginhub shipshitdev/skills --plugin worktreeCreates minimal, high-signal CLAUDE.md and AGENTS.md context files for repos using empirical best practices. Triggers on /init, create/update requests, or missing context during brainstorming.
Creates, updates, or optimizes AGENTS.md files with minimal, high-signal instructions covering non-discoverable conventions and quirks. Applies a discoverability filter and quality gate.
Generates project-specific CLAUDE.md rules by detecting stack from package.json, Cargo.toml, pyproject.toml, go.mod, git log, and user-selecting categories like response format, library preference, code review stance. Use for new projects, repo onboarding, or establishing conventions.