ris-claude-code

by serejarisVerified

AI skills for Claude Code — product audit, business ops, project management

168
Stars
17
Forks
Shell
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/serejaris/ris-claude-code

Getting Started

Guides for using skills like ris-claude-code.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Personal Corp OS

en ru License: MIT Validate

Personal Corp is a way to run a one-person company through AI agents: tasks out of your head, departments instead of one person's memory, a weekly retro instead of "I'll sort it out someday".

This repo holds everything you need for that: the story of how the system works, templates for the HQ and a department, and the open skills for Claude Code and Codex.

By Ris — AI development & vibecoding.

Русская версия: README.ru.md.

The problem: you are the bottleneck

Not because you work too little. Because strategy, memory, coordination, execution, and acceptance all sit in one pile — inside your head. While that is true, your department's throughput equals yours.

Hiring does not fix it: a new person takes the work but not the context, so you keep explaining. AI alone does not fix it either: an agent without context is the same new hire, except it does not remember yesterday.

The issue is not model strength. The issue is that context never leaves your head.

What agent rules actually are

Agent rules are a plain text file sitting in a folder. No magic: text you read with your eyes and edit by hand.

Such a file lives in every folder, and its content differs.

Every folder carries its own rules file: the HQ sees the whole system, a department sees only its domain

Opening a folder, the agent learns three things from that file.

What the agent learns: who works here, in which order to read, where the truth lives

Those three answers replace a long prompt. The agent gets them from the folder instead of your message, so you stop explaining the same thing every time.

The core idea: the folder defines the view

Start the agent from the HQ and it reads the HQ rules and sees the map of the whole system. Start it from a department and it reads the department rules and sees that domain, its tasks, and its skills. Same model, different view, set by the folder rather than by a long prompt.

Everything else follows from that: for this to work, context has to leave your head into files, and those files have to sit in folders that carry rules.

What a department is

A department is a folder that owns one domain and accumulates experience about it. Inside it has its own rules, its own tasks, and its own skills.

A department: one domain next to the HQ with its own rules, tasks and skills

Which departments people start with

I run about thirty. These are the usual first ones:

DepartmentWhat it accumulatesTime to create it
ContentVoice, topics, finished texts, notes on what landedYou write regularly and re-explain your style every time
ResearchQuestions, found facts, sources, conclusions tied to decisionsYou are looking up the same thing a second time
SalesPeople, agreements, correspondence, deal statusYou keep track of who was promised what in your head
MediaBriefs, prompts, finished assets, acceptance criteriaYou generate images and video and the briefs get lost
LegalContracts, templates, wording you already agreed toEvery new contract is assembled from scratch
FinanceExpenses, subscriptions, recurring paymentsYou cannot recall what is charged every month

A department exists for repetition. Work that happened once is fine living in the HQ.

What a skill is

A skill is a written-down way of working that can be repeated. You walk the work by hand once, write the steps down, and from then on the agent runs them.

A skill: your phrase, a line in the folder rules, the steps, the result

Four layers and who lives where

LayerWho actsWhat lives here
ManagementThe humanGoal, priorities, limits, the right to say "good enough"
TruthThe human writes, the agent readsRules, memory, indexes, source of truth
OperationsThe agent executes, the human acceptsTasks, queue, statuses, runs, departments
ObservationThe agent collects, the human looksDashboards, metrics, blockers

A subagent lives only in the operations layer: it does not write truth about the system and does not accept results.

One test for any file: is this truth about the system, or is it the result of work? Truth sits in the folder from day one. Results are created by skills once there is something to record. That is why the templates ship no empty files for future reports, decisions, or glossaries.

The route: how experience becomes capital

graph LR
    A["Task<br/>owner + criteria"] --> B["Execution<br/>human or agent"]
    B --> C["Acceptance<br/>good enough or not"]
    C --> D["Pattern<br/>what worked"]
    D --> E["Department memory<br/>rules and decisions"]
    E --> F["Priority<br/>next week"]
    F --> A
    style A fill:#8b5cf6,color:#fff
    style C fill:#f59e0b,color:#fff
    style E fill:#10b981,color:#fff

1. Writing the task down. A thought becomes a task once it has an owner, done criteria, and a place to live. Before that it lives in you. After that both a human and an agent can pick it up.

2. Experience accumulating in departments. Artifacts and decisions settle in a department — a separate folder for its own domain. Next time the agent reads the department instead of reading you.

3. Retro with the agent. Once a week you look at what worked and promote it into rules. Whatever you corrected twice becomes a written rule and stops needing you.

The weekly rhythm

Three links on their own are a feature list. The rhythm turns them into a system.

graph LR
    R["retro<br/>what worked"] --> P["planning<br/>priorities of the week"]
    P --> D["daily<br/>living full-week view"]
    D --> T["tasks<br/>into departments"]
    T --> E["execution<br/>the trace goes back into the task"]
    E --> R
    style R fill:#f59e0b,color:#fff
    style P fill:#3b82f6,color:#fff
    style D fill:#64748b,color:#fff
    style T fill:#8b5cf6,color:#fff
    style E fill:#10b981,color:#fff

The rhythm answers the question that usually stays unanswered: when exactly does experience turn into a rule. Answer: at the retro, once a week, not "someday".

The same word gives a different result depending on the folder: "retro" inside a department means a slice of that department, "retro" in the HQ means a slice of the whole system. Folder rules win over general ones.

Each generated department also includes a local daily skill. It refreshes the living WNN-plan.html: the whole ISO week stays visible, past days keep their facts, today is highlighted, future days remain the plan, and browser-only Wealth habits persist locally.

Three levels of task tracking

Three levels of tasks: one list, day separate from long work, a shared tracker

Templates

TemplateWhat it is
templates/hqThe HQ — the agent's entry point and the map of the system
templates/departmentA department — one domain with its own tasks and skills

Departments sit next to the HQ, not inside it. Every template file opens with a line stating why it is there and which layer it belongs to.

First step: 30 minutes today

  1. Copy templates/hq to your machine and fill in me.md.
  2. Open the agent from that folder and ask it to read AGENTS.md.
  3. Create your first department from templates/department next to the HQ and put one real task into it.
  4. Install the plugin (see Install) — it brings the weekly-rhythm skills.
  5. Run the retro at the end of the week and planning at the start of the next one.

After two such weeks the department has its own memory, and part of the decisions stop going through you.

The four skills of the rhythm

SkillLink in the routeWhat it does
corp-doctorLoop, department, taskDiagnose and repair the loop, add a department, route a task
managerExecutionSync session work into GitHub Issues and query cross-repo task state
weekly-retroPattern into memoryFacts, outcome scorecard, Area Interviews, and next-week Area goals
weekly-planningPriorityOutcomes, seven-day living plan, Area Explorer, clocks, and Wealth habits

Where this leads

StageHow you thinkWhere the bottleneck is
Vibecoder"Me and AI"Context in your head
Operator"I direct agents"Coordination by hand
CEO"I run a system"No bottleneck, the system runs

Your job shrinks to three moves: set the goal, pick the next move, accept the result.

Glossary — CONTEXT.md. Accepted architectural decisions — docs/adr/.

Install

Claude Code

Terminal:

claude plugin marketplace add serejaris/personal-corp-os
claude plugin install personal-corp-os@personal-corp-os
claude plugin details personal-corp-os

Claude Code Desktop or interactive /plugin flow:

  1. Open Plugins or /plugin.
  2. Add marketplace: serejaris/personal-corp-os.
  3. Install personal-corp-os.

Codex

This repo includes a Codex plugin manifest at .codex-plugin/plugin.json. Add the marketplace from GitHub, then install the plugin:

codex plugin marketplace add serejaris/personal-corp-os
codex plugin add personal-corp-os@personal-corp-os

After installation, start a new Codex thread and try:

Use Personal Corp skills to plan my week.

Migrating from personal-corp-skills

The repository was named personal-corp-skills until 2026-08-06. GitHub redirects the old links. The plugin identifier was renamed along with the repository, so remove the installed personal-corp-skills plugin via /plugin in Claude Code and install the new one using the instructions above.

Single Skill

Use this when you want one skill folder instead of the whole plugin:

Install this skill: https://github.com/serejaris/personal-corp-os/tree/main/skills/cc-analytics

Replace cc-analytics with any skill name from the table below.

All skills

System rhythm

SkillWhat it does
corp-doctorOne entry point to the loop: diagnose, repair, new department, task routing
managerTwo-way bridge between the session and GitHub Issues, cross-repo status
weekly-retroWeekly retro: facts, scorecard, Area Interviews, and proposed Area goals
weekly-planningPrioritized outcomes plus a living full-week view refreshed by department daily

From intent to tasks

SkillWhat it does
ideaCapture one voiced idea into a provenance-tracked folder with index dedup
grill-meOne question at a time until the plan is actually clear
to-prdSynthesize the conversation into PRD.md with no new interview
to-issuesSplit a PRD into vertical tasks/NN-slug.md slices with acceptance criteria
gh-issuesManage GitHub Issues through the CLI with session context

Product work

SkillWhat it does
pm-brainstormStructured ideation with SCAMPER and impact/effort screening
pm-feedbackClassify feedback, cluster themes, rank actionable pains
pm-competitiveCompetitor analysis with SWOT, feature matrix, differentiation
pm-prioritizeRank the backlog with RICE, ICE, MoSCoW, or Kano
pm-prdStructured PRD generation with product-type templates
pm-user-storiesBreak an epic into INVEST user stories with a story map
pm-metricsProduct metrics review: funnel, retention, alignment with goals
pm-roadmapUpdate the Now/Next/Later roadmap with delay attribution
product-data-auditDeep product and business audit as a 12-section interactive report

Design and media

SkillWhat it does
art-directorIterative visual style search with a process log and a decision graph
html-draftOne technical diagram in flat blueprint style: architecture, flows
parallel-design-variantsParallel bake-off through subagents, gallery, vote, then a mix

Agent orchestration

SkillWhat it does
ceo-councilParallel subagents as C-level experts for strategic analysis
fable-ruki-agentyManual orchestration mode: specs into issues, execution to subagents

Docs and rules

SkillWhat it does
readme-generatorHuman-focused README files with proper structure
claude-md-writerCreate and refactor the agent rules file following best practices

Operations

SkillWhat it does
meeting-copilotLive meeting dashboard: prepare, update from transcript, close with decisions
cc-analyticsHTML report of Claude Code usage statistics
safe-public-releaseProvenance, licensing, allowlist, and fresh-clone checks before publishing
tg-bot-opsOperations playbook for Telegram bots and agent gateways

Other

Statusline

Custom statusline showing costs, context usage, and git branch with color-coded indicators.

Archived Skills

Archived skills are preserved for reference and are not part of the active plugin skill set.

SkillNotes
paperclip-apiHistorical Paperclip API helper; kept for reference

Manual Installation

Skills are plain folders. Copy the whole skill directory so optional references and examples are preserved:

cp -r skills/<name> ~/.claude/skills/

Author

License

MIT

Security

Please report secrets, private data exposure, or exploitable behavior privately. See SECURITY.md.

Frequently Asked Questions

What is ris-claude-code?

ris-claude-code is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by serejaris. AI skills for Claude Code — product audit, business ops, project management. It has 168 GitHub stars.

Is ris-claude-code safe to use?

Yes. ris-claude-code passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ris-claude-code?

Clone the repository with "git clone https://github.com/serejaris/ris-claude-code" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is ris-claude-code written in?

ris-claude-code is primarily written in Shell. It is open-source under serejaris on GitHub, so you can review or fork the full source.

Are there alternatives to ris-claude-code?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ris-claude-code against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details