with one click
Project Brief Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill project-briefCopy and paste this command into Claude Code to install the skill
Project Brief Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill project-briefCopy and paste this command into Claude Code to install the skill
| name | project-brief |
| description | Project Brief Skill |
| category | productivity |
| maturity | stable |
| tags | ["project-status","brief","goals","blockers","tracking"] |
Use when: starting a new project, updating a project's status, or when the user asks "what's the status of X?"
node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs new
--project
--goal "What this project does and why"
--success "criterion 1,criterion 2,criterion 3"
--constraints "constraint 1,constraint 2"
--stack "tech1,tech2"
--status "Active"
--next "first next action,second next action"
node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs list
node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs status
node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs view
node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs update --status "Complete" node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs update --add-next "New action item" node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs update --check "Success criterion text" node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs update --add-history "What changed today" node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs update --add-blocker "What's blocking" node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs update --resolve-blocker "What's blocking" node ${PROJECT_BRIEF_HOME:-$HOME/projects/project-brief}/brief.cjs update --current-status "One-liner on current state"
~/projects//BRIEF.md
Semantic memory search across all agent memories and conversation history. Use BEFORE answering questions about prior work, decisions, dates, people, preferences, projects, or past conversations. Also use when asked "do you remember", "what did we discuss", "when did we", etc.
Get current weather and forecasts. Use when the user asks about weather, temperature, or forecasts for any location.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Accessibility auditing: WCAG compliance checking, contrast ratios, ARIA labels, keyboard navigation, semantic HTML, screen reader compatibility.
ADR Manager Skill
Autonomous API testing and evaluation. Tests any REST API for correctness, security, performance, error handling, and standards compliance. Discovers endpoints, probes with valid/invalid/edge-case payloads, checks auth, response times, injection vulnerabilities, and generates severity-scored reports with actionable fixes. Use before any API "done" claim.