npx claudepluginhub serejaris/ris-claude-codePersonal Corp framework: run your business with AI agents through GitHub
Tips, 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 |
|---|---|
| project-init | Guided interview → GitHub Project + labels + CLAUDE.md config |
| task-routing | Route issues to the correct repo using routing config |
| weekly-planning | Retro findings + backlog → prioritized outcomes with Eisenhower matrix |
| weekly-retro | Structured retrospective: gather data, interview founder, capture findings |
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