Proposal Type Annotations
The proposal-type-annotations tool allows developers to add type annotations to their JavaScript code, which are then erased at runtime, providing a way to add type safety without runtime overhead.
- •When building a new JavaScript project and wanting to add type safety without using a separate type system like TypeScript
- •When migrating an existing JavaScript project to use type annotations for better code maintainability and readability
- •When experimenting with new JavaScript features and wanting to provide type information for better code completion and error detection
Try adding a type annotation to a variable, such as `let x: number = 5;`, and see how it is erased at runtime
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/proposal-type-annotations && curl -fsSL https://workflowstacks.com/api/skills/proposal-type-annotations/claude-skill -o ~/.claude/skills/proposal-type-annotations/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Proposal Type Annotations is a small JavaScript project (~700 lines across 3 code files). Setup is light: small project — see the README for how to run it. Last commit 13 months ago, no license file, no tests found.
- 1README.mdStart here — what it does and how to install it
- 2site/src/components.jsxInside site/src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/proposal-type-annotations && curl -fsSL https://workflowstacks.com/api/skills/proposal-type-annotations/claude-skill -o ~/.claude/skills/proposal-type-annotations/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.