by serejaris
AI skills for Claude Code — product audit, business ops, project management
# Add to your Claude Code skills
git clone https://github.com/serejaris/ris-claude-codeTips, scripts and workflows for Claude Code
By Ris — AI development & vibecoding
A collection of customizations, scripts, and workflows for Claude Code.
| Skill | What it does | |-------|-------------| | product-data-audit | Deep product/business audit → interactive HTML report with 12 sections | | cc-analytics | HTML reports of Claude Code usage statistics | | ceo-council | Parallel sub-agents as C-level experts for strategic analysis | | claude-md-writer | Create and refactor CLAUDE.md files following best practices | | gh-issues | Manage GitHub Issues via CLI with session context | | paperclip-api | Manage Paperclip AI agent companies via CLI and REST API | | readme-generator | Human-focused README files with proper structure |
A system for running a business as one person with AI agents. GitHub becomes your operating system.
graph LR
A[project-init] -->|creates config| B[task-routing]
B -->|creates issues| C[weekly-planning]
C -->|prioritizes| D[weekly-retro]
D -->|feeds back| C
style A fill:#10b981,color:#fff
style B fill:#8b5cf6,color:#fff
style C fill:#3b82f6,color:#fff
style D fill:#f59e0b,color:#fff
| Skill | What it does | |-------|-------------| | | Guided interview → GitHub Project + labels + CLAUDE.md config | | | Route issues to the correct repo using routing config | | | Retro findings + backlog → prioritized outcomes with Eisenhower matrix | | | Structured retrospective: gather data, interview founder, capture findings |
No comments yet. Be the first to share your thoughts!
Custom statusline showing costs, context usage, and git branch with color-coded indicators.
Tell your agent:
Install this skill:
https://github.com/serejaris/ris-claude-code/tree/main/skills/cc-analytics
Replace cc-analytics with any skill name from the table above.
Claude Code Desktop: + → Plugins → search ris-claude-code → Install
Claude Code CLI: /plugin → Marketplaces → Add → serejaris/ris-claude-code → Discover → Install
Skills are plain markdown files. Copy skills/<name>/SKILL.md into ~/.claude/skills/<name>/.
MIT