Home
Softono
personal-corp-skills

personal-corp-skills

Open source MIT HTML
171
Stars
17
Forks
2
Issues
11
Watchers
1 week
Last Commit

About personal-corp-skills

Public Claude Code skills for Personal Corp, product work, AI operations, and agent-assisted development

Platforms

Web Self-hosted

Languages

HTML

Personal Corp Skills

en ru License: MIT Validate

Public skills and plugin manifests for Claude Code and Codex: Personal Corp, product work, AI operations, and agent-assisted development.

By Ris — AI development & vibecoding

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

A collection of sanitized public skills, scripts, and workflows for Claude Code and Codex.

Install

Claude Code

Terminal:

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

Claude Code Desktop or interactive /plugin flow:

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

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-skills
codex plugin add personal-corp-skills@personal-corp-skills

After installation, start a new Codex thread and try:

Use Personal Corp skills to plan my week.

Single Skill

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

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

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

Skills

Skill What it does
art-director Iterative visual style search with prompts, process logs, assets, and decision graphs
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
corp-new Add a private corp-* department repo and HQ entry after approval
design-minimal Standalone minimal HTML pages for dashboards, briefs, handouts, and reports
gh-issues Manage GitHub Issues via CLI with session context
meeting-copilot Live meeting dashboard: prepare, update from transcript chunks, close with decisions and follow-ups
readme-generator Human-focused README files with proper structure
manager Bidirectional bridge between the current session and GitHub Issues
pm-prioritize Rank backlogs with RICE, ICE, MoSCoW, or Kano and produce a decision log
pm-prd Structured PRD generation with product-type templates and quality checklist
pm-user-stories Break Epics into INVEST-validated User Stories with Story Map output
pm-competitive Multi-dimensional competitor analysis with SWOT and differentiation strategy
pm-feedback Classify user feedback, cluster themes, and rank actionable pain points
pm-brainstorm Structured product ideation with SCAMPER and Impact/Effort screening
pm-metrics Product metrics review — trends, funnel/retention diagnostics, OKR alignment
pm-roadmap Update Now/Next/Later roadmap with delay attribution and scope-cut framework
html-draft One self-contained HTML diagram in flat engineering blueprint style — architecture, flows, spec sheets
tg-bot-ops Reusable operations playbook for Telegram bots and Telegram-to-agent gateways

Design and Media Skills

Skill Use When
art-director Iterative art direction, visual style search, generation branches, and decision graphs
design-minimal Reading-first standalone HTML pages: dashboards, briefs, handouts, operating maps, reports
html-draft Technical diagrams in flat engineering blueprint style: architecture, system flows, spec sheets

Product Management Skills

Skill Use When
pm-feedback Reviews, NPS exports, or support tickets need theme clustering and pain ranking
pm-competitive Entering a category, fundraising prep, or differentiation before a PRD
pm-brainstorm Structured ideation before quarterly planning or a new product bet
pm-prioritize Backlog is too large — rank with RICE, ICE, MoSCoW, or Kano
pm-prd Top requirements need a delivery-ready requirements document
pm-user-stories PRD or Epic is ready to split into sprint-sized User Stories
pm-metrics Weekly/monthly metrics review, A/B reads, or OKR pacing checks
pm-roadmap Sprint close or stakeholder review needs an updated Now/Next/Later roadmap
graph LR
    pmFeedback[pm-feedback] --> pmPrioritize[pm-prioritize]
    pmCompetitive[pm-competitive] --> pmPrioritize
    pmBrainstorm[pm-brainstorm] --> pmPrioritize
    pmPrioritize --> pmPrd[pm-prd]
    pmPrd --> pmUserStories[pm-user-stories]
    pmMetrics[pm-metrics] --> pmRoadmap[pm-roadmap]
    pmRoadmap --> pmPrioritize

Telegram

Skill Use When
tg-bot-ops Telegram bot and Telegram-to-agent gateway incidents, webhook/polling diagnostics, safe restart plans, Bot API smoke tests, forum topic delivery

Personal Corp Framework

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
corp-new Register a private corp-* department repo and HQ entry after approval
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
manager Sync session work into GitHub Issues and query cross-repo task state
pm-prioritize Rank requirements and backlogs before planning

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.

Skill Notes
paperclip-api Historical 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.