From dev-conventions
Documentation conventions: last-updated dates, lowercase filenames, internal/ subfolder for non-shared docs, session logs, and documenting the "why". Use when creating or updating documentation, READMEs, or design docs. Invoke with /dev-conventions:doc-conventions. Triggers on "write docs", "update README", "document this", "add a design doc", "session log".
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-conventions:doc-conventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Last updated date** at the top of every document (format: `YYYY-MM-DD` or `last updated: YYYY-MM-DD`).
YYYY-MM-DD or last updated: YYYY-MM-DD).design_decisions.md, not DesignDecisions.md.Use ./internal/ for documentation that isn't meant to be shared (design notes, debugging logs, scratch work). This directory should be in .gitignore.
Daily session logs go in ./internal/log/log_YYYY-MM-DD.md. These capture what was done, decisions made, and open questions. Useful for continuity across sessions.
npx claudepluginhub fblissjr/fb-claude-skills --plugin dev-conventionsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.