Compone
Python component framework for type-safe HTML/XML/RSS generation.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 532f6e8
Ran a real A/B against the actual pip-installed compone 0.4.1: my unguided baseline guessed a dominate-style API and crashed immediately (TypeError: 'module' object is not callable), while the skill's documented @Component/bracket-notation pattern ran correctly on the first try and produced exact expected HTML.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 10/10
- Docs & honesty 5/5
What Compone does
Guides Claude through the compone Python framework's @Component decorator and bracket-notation API for building type-safe, framework-agnostic markup (HTML/XML/RSS/SVG). Triggers when the user mentions compone, wants Python-native component libraries, or needs to generate markup without a template language.
How to install Compone
git clone https://github.com/kissgyorgy/coding-agents
mkdir -p ~/.claude/skills
cp -r coding-agents/skills/compone ~/.claude/skills/compone
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Compone
-
/componePython component framework for type-safe HTML/XML/RSS generation.
It also activates on plain-language prompts like these:
-
Build a UserCard component in compone that renders an HTML card -
How do I use compone's bracket notation to generate RSS XML? -
Show me the @Component decorator pattern for type-safe HTML
Frequently asked questions
- Is the Compone skill free?
- Yes. The skill itself is free from kissgyorgy/coding-agents. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Compone work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran a real A/B against the actual pip-installed compone 0.4.1: my unguided baseline guessed a dominate-style API and crashed immediately (TypeError: 'module' object is not callable), while the skill's documented @Component/bracket-notation pattern ran correctly on the first try and produced exact expected HTML.
- What is the Compone SkillProof Score?
- 10.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 10/10, docs & honesty 5/5.
- How do I install Compone?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Compone with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.