Agent skill
convert
(ePost) Use when user says "convert this prototype", "migrate this code", "make this match our design system", or "port from external source" — transforms external or prototype code into production-ready, system-consistent code
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/convert-klara-copilot-epost-agent-kit
Metadata
Additional technical details for this skill
- connections
-
{ "requires": [ "web-prototype" ] } - argument hint
- [path/to/prototype or repo URL]
SKILL.md
Convert Command
Convert external prototypes, mockups, or inconsistent code into production-ready code with your design system components and proper module structure.
Usage
/convert /path/to/prototype
/convert https://github.com/user/prototype-repo
/convert ./my-mockup --module smart-send
Your Process
- Scout the prototype — read all components, styles, data sources
- Inventory — list all components, their styles, and data patterns
- Map each component to klara-theme equivalent using
prototype-conversionskill - Map hardcoded styles to semantic token classes
- Map mock data to real API patterns from
module-integrationskill - Create phased conversion plan
- Review plan with user before implementing
- Implement with proper klara-theme tokens, module structure, API binding
Skills Activated
web-prototype-conversion— Component and token mappingweb/module-integration— API binding and module patternsdomain-b2b— Target module knowledgeweb-ui-lib— klara-theme component referenceweb-rag— Search for existing implementations
Quality Checks
- All hardcoded colors replaced with semantic tokens
- All components use your design system imports
- Module file structure follows
_components/,_hooks/,_services/pattern - Data flow follows Component -> Hook -> Action -> Service -> API
- TypeScript strict mode compliance
- Build successful
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?