By serejaris
Run business operations with AI agents that automate GitHub workflows: initialize projects with CLAUDE.md configs, generate weekly plans and retrospectives from issues/commits, route tasks across repos, manage issues/milestones, audit products, produce docs/analytics, and strategize via CEO council.
npx claudepluginhub serejaris/ris-claude-codeUse when creating, searching, updating, or managing GitHub issues via CLI. Triggers: "issue", "create issue", "gh issue", "task tracking", "context", "handoff", "resume task", "session context", "save progress", "active tasks", "in-progress", "my tasks", "open issues". Covers: gh commands, bulk operations, JSON/jq, search filters, issue-to-PR workflow, AI session context storage, task workflow with labels.
Use when managing Paperclip AI agent companies - creating tasks, managing agents, approving hires, running heartbeats, or any Paperclip control-plane operations via CLI or REST API. Triggers on "paperclip", "задача агенту", "одобри найм", "heartbeat", "запусти агента".
Use when user asks for Claude Code usage stats, weekly analytics, project activity summary, or wants to see what projects were worked on. Triggers on "аналитика", "статистика claude", "cc stats", "weekly report", "что делал"
Use when needing strategic project analysis from multiple independent expert perspectives. Triggers on business decisions, growth strategy, product direction, competitive analysis, or any situation where diverse C-level opinions reduce blind spots
Use when creating or refactoring CLAUDE.md files - enforces best practices for size, structure, and content organization
Use when auditing a product, business, or project ecosystem — analyzing data sources, decision loops, bottlenecks, and implementation contours. Triggers on "аудит продукта", "product audit", "data audit", "аудит данных", "аудит бизнеса", "проанализируй экосистему", "аудит систем".
Use when setting up a new project for AI-agent-driven management, connecting GitHub as a command center, or when user says "init project", "настрой проект", "set up my project", "initialize". First skill in the Personal Corp framework.
Use when creating or rewriting README.md for projects. Triggers on "write README", "create README", "update README". Creates human-focused documentation with proper structure.
Use when creating GitHub issues, adding tasks to backlog, or when unsure which repo/project an issue belongs to. Triggers on "создай задачу", "issue", "добавь в бэклог", "task routing", "куда положить задачу".
Use when transitioning from retro to weekly plan, prioritizing backlog, choosing outcomes for the week, or when user says "план на неделю", "планирование", "W13 plan", "outcomes", "приоритизация". Runs after weekly-retro skill.
Use when conducting weekly retrospective, reviewing past week, or when user says "retro", "weekly retro", "week review". Triggers at end of week or start of new week.
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
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.