- Add GLM-4.6 (flagship, 200K context, agentic) - Add GLM-4.6V and GLM-4.6V-Flash (vision models) - Add GLM-4.5, GLM-4.5-Air, GLM-4.5-Flash - Add GLM-Z1-Rumination-32B (deep reasoning) - Update model selection logic and pricing - Add references to official documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Skills Library
Claude Skills library for the Agentic Development Platform. Skills are token-optimized prompts that enable efficient, deterministic AI workflows.
Structure
skills/
├── project/ # Project management skills
├── sprint/ # Sprint planning skills
├── code/ # Code review and generation
├── design/ # Design collaboration
└── design-thinking/ # Design thinking methodology
templates/
└── skill-template.md
Usage
Skills are loaded by n8n workflows and executed via Claude API with structured prompts for minimal token usage.
Key Concepts
- Skills vs Agents: Skills are focused prompts (~800 tokens), agents are autonomous processes (~5000+ tokens)
- Token Budget: Each skill has a max token limit to control costs
- Structured Output: JSON responses enable automation
Description
Languages
Markdown
100%