Prototype
SkillMediaBuild a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Prototype skill
What this skill tells your AI
The instructions your AI receives, as published by stevesolun/ctx in .agents/skills/prototype/SKILL.md and read by ahel’s review.
A prototype is disposable code that answers a specific design question. Let the question, repository, and cheapest credible feedback loop determine its shape.
Pick a branch
Infer the branch from the request and surrounding code:
If both are involved, prototype the riskiest uncertainty first. State a material assumption instead of blocking when the choice can be reversed cheaply.
Shared guidance
- Mark the artifact clearly as a prototype and follow existing project structure.
- Keep it runnable with a simple documented command or URL.
- Prefer in-memory or stubbed dependencies unless persistence or integration is the question being tested.
- Add only the error handling, tests, and structure needed for trustworthy feedback. Avoid production polish and speculative flexibility.
- Make the relevant state, alternatives, or outcomes easy to inspect.
- Stop when the evidence answers the question.
Report the answer, how to exercise the prototype, and its limitations. Do not promote, commit, branch, publish, or preserve the artifact unless the user asks. When preservation is useful, record the question and conclusion alongside it.
Signals
- GitHub stars
- 585
- Forks
- 71
- Last commit
- Aug 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
prototype-stevesolun- Source
- github.com/stevesolun/ctx