Shared Platty CLI and documentation workflow skills for Codex and Claude Code.
Use when generating, syncing, validating, reviewing, resuming, cancelling, or repairing Platty business documents.
Use when deciding which Platty CLI root command, project workflow, analysis workflow, document workflow, or Platty skill should handle a user request.
Use when inspecting Platty fixture corpus quality, dry-running fixture stages, comparing expected outputs, or selecting self-improvement candidates.
Use when generating Platty technical documents with the Platty CLI, handling build_docs worker packets, submitting draft JSON, or recovering docs generation tasks.
Use when listing, filtering, including, deprecating, or reviewing Platty technical documentation targets before docs generation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This repository contains the public Platty agent plugin and skills for Codex and Claude Code.
Platty helps agents operate the Platty CLI for repository analysis, technical documentation, epic generation, business-document generation, retrieval, and human-recorded memory workflows.
plugins/platty/skills/.This repository does not include the Platty engine, CLI implementation, backend, SaaS service, release build pipeline, internal test suite, or private product planning documents.
Those components are proprietary to Paradigm Shift Labs. This repository is the public distribution surface for the agent plugin only.
Use of this plugin requires a Platty account. Some workflows may require an active paid plan, enabled workspace access, or a current Platty CLI installation.
The plugin teaches agents how to use Platty. It does not grant access to the Platty SaaS service, private projects, paid features, or any repository data by itself.
platty CLI installed and available on PATH.Check your local environment:
node --version
npm --version
platty version
To confirm the global binary is on PATH, use the command for your shell:
# macOS, Linux, or Git Bash
command -v platty
# PowerShell
Get-Command platty
:: Command Prompt
where platty
New to Platty? Start with GETTING_STARTED.md. It walks through CLI installation, agent plugin installation, and your first Platty project.
When the public npm package is available:
npm install -g @pshift/platty
Verify the global binary:
# macOS, Linux, or Git Bash
command -v platty
# PowerShell
Get-Command platty
:: Command Prompt
where platty
Then run:
platty version
platty --help
For Codex:
codex plugin marketplace add paradigmshift-labs/platty
codex plugin add platty@platty
For Claude Code:
/plugin marketplace add paradigmshift-labs/platty
/plugin install platty@platty
After installing or updating the plugin, start a new agent session so the latest skills and hooks are loaded.
The plugin includes these Platty skills:
platty:using-plattyplatty:platty-cli-routerplatty:platty-project-setupplatty:platty-static-analysisplatty:platty-docs-target-curationplatty:platty-docs-generationplatty:platty-retrievalplatty:platty-memoryplatty:platty-epics-generationplatty:platty-business-docs-generationplatty:platty-corpus-qualityStart with platty:using-platty when you are not sure which workflow applies.
Initialize Platty, create or select a project, register repositories, and ask Platty what comes next:
platty init
platty project list
platty project create "My Project" --description "Repository analysis workspace"
platty project use <project>
platty repo add <repository-path> --project <project>
platty status --project <project>
Follow the Next: line returned by platty status or by the previous command response.
.agents/plugins/marketplace.json
.claude-plugin/marketplace.json
plugins/platty/
.codex-plugin/plugin.json
.claude-plugin/plugin.json
README.md
hooks/
skills/
The plugins/platty/README.md file contains the detailed CLI workflow guide used by the plugin.
This repository is source-available for installation and review. It is not an open-source license grant.
Use of the Platty agent plugin is governed by LICENSE.md and the Platty Terms of Service. Unless expressly permitted there, you may not redistribute, sublicense, sell, host, or provide this plugin to third parties, or use it to provide a competing product or service.
Suggested package metadata:
{
"license": "SEE LICENSE IN LICENSE.md"
}
For account access, billing, SaaS feature availability, or plan limits, use the official Platty support channel.
For plugin installation issues, include:
platty version,npx claudepluginhub paradigmshift-labs/platty --plugin plattyCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.