Claude-skill-registry api-codegen-runner
Use when working with api-codegen-runner
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/api-codegen-runner" ~/.claude/skills/majiayu000-claude-skill-registry-api-codegen-runner && rm -rf "$T"
manifest:
skills/data/api-codegen-runner/SKILL.mdsource content
api-codegen-runner
Use when working with api-codegen-runner
Description
Generate API code from standardized JSON using templates
Repository: XSIJIE975/api-codegen-runner Language: TypeScript Stars: 1 License: MIT License
When to Use This Skill
Use this skill when you need to:
- Understand how to use api-codegen-runner
- Look up API documentation and implementation details
- Find real-world usage examples from the codebase
- Review design patterns and architecture
- Check for known issues or recent changes
- Explore release history and changelogs
⚡ Quick Reference
Repository Info
- Homepage: None
- Topics:
- Open Issues: 0
- Last Updated: 2026-01-05
Languages
- TypeScript: 89.2%
- EJS: 8.0%
- JavaScript: 1.9%
- Shell: 0.8%
Recent Releases
- v0.3.3 (2026-01-05): v0.3.3
- v0.3.2 (2025-12-25): v0.3.2
- v0.3.1 (2025-12-22): v0.3.1
📖 Available References
- Complete README documentationreferences/README.md
- Version history and changesreferences/CHANGELOG.md
- Recent GitHub issuesreferences/issues.md
- Release notesreferences/releases.md
- Repository structurereferences/file_structure.md
💻 Usage
See README.md for complete usage instructions and examples.
Generated by Skill Seeker | GitHub Repository Scraper