christiankrag 4c6ec6f10d Update z.ai skill with latest GLM models (Dec 2025)
- 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>
2025-12-14 19:45:30 +01:00
2025-12-11 20:26:46 +01:00
2025-12-12 08:51:36 +01:00

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
AI Skills Library for Mylder Platform
Readme 81 KiB
Languages
Markdown 100%