No Type In Docs
This skill automatically extracts text from documents without requiring manual typing, saving time and effort for data processing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add no-type-in-docs npx -- -y @trustedskills/no-type-in-docs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"no-type-in-docs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/no-type-in-docs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to generate documentation without including TypeScript type annotations. It removes the noise of types from generated text, focusing solely on the descriptive aspects of code or configuration. This results in cleaner, more readable documentation for users who may not be familiar with TypeScript.
When to use it
- Generating API reference documentation where type information is less relevant than usage examples.
- Creating user-facing guides that should avoid technical jargon like type annotations.
- Producing markdown documentation from code comments or docstrings, ensuring a simplified output.
- Automating the creation of internal knowledge base articles for non-technical team members.
Key capabilities
- Removes TypeScript type annotations from generated text.
- Focuses on descriptive content during documentation generation.
- Produces cleaner and more readable documentation.
Example prompts
- "Generate markdown documentation for this function, excluding type information."
- "Create a user guide explaining this configuration file without mentioning types."
- "Document these code comments as a markdown article, removing all TypeScript annotations."
Tips & gotchas
This skill is most effective when the source material contains both descriptive text and TypeScript type annotations. Be aware that some information may be lost if it's solely conveyed through types.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.