press
v0.10.0One brand system for everything: design tokens, the visual laws, the run-presentation contract and the voice core, generated into every consumer with a CI drift gate.
By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install press for Codex and Claude Code
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add press@claude-skillsPaste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “press-2” remain stable.
- Codex:
press-2@agent-plugin-marketplace→press@claude-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/natejswenson/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/press/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/press/SKILL.md
Included Skills1
The one brand system for everything produced in Claude — design tokens, the visual laws, the run-presentation contract, and the universal voice core. Use when composing or restyling any artifact (report, résumé, card, cover, PDF, HTML page, chart), when asked about brand colors, fonts, the accent law or "the PRESS look", when adding a new skill that renders anything, or when a brand value needs to change everywhere at once. Also handles "check the brand is in sync", "why do my colors differ", and onboarding a new consumer repo.
Plugin manifests2
{
"name": "press",
"version": "0.10.0",
"description": "One brand system for everything: design tokens, the visual laws, the run-presentation contract and the voice core, generated into every consumer with a CI drift gate.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/press",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "press",
"shortDescription": "One brand system for everything: design tokens, the visual laws, the run-presentation contract and the voice core, gener",
"longDescription": "One brand system for everything: design tokens, the visual laws, the run-presentation contract and the voice core, generated into every consumer with a CI drift gate.",
"developerName": "Nate Swenson",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use $press to help me."
]
}
}{
"name": "press",
"version": "0.10.0",
"description": "One brand system for everything: design tokens, the visual laws, the run-presentation contract and the voice core, generated into every consumer with a CI drift gate.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/press",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[press on Agent Plugins Marketplace](https://pluginsmp.com/plugins/press-2)