- Home
- /
- Categories
- /
- Templates
Templates
Project and code templates
_template
by tao3k
Template skill for creating new capabilities - demonstrates Trinity Architecture v4.0 with scripts/commands.py pattern.
Ask_Why
by maxkura
Use this skill for vague, high-rework planning work that needs iterative human decisions, such as product design, research planning, technical strategy, PRDs, workflow design, agent design, or skill design. Run concise P2A decision rounds, challenge assumptions early, record decisions in PLAN.md, DECISIONS.md, and OPEN_QUESTIONS.md, then produce FINAL_PLAN.md when converged. Do not use for simple factual Q&A, routine coding fixes, direct execution, translation, writing polish, or one-shot requests.
frappe-printing-templates
by lubusIN
Build print formats, email templates, and web page templates using Jinja. Generate PDFs and configure letter heads. Use when creating custom print layouts, email templates, or any Jinja-based rendering in Frappe.
home-assistant-automation-scripts
by bradsjm
Home Assistant automations, scripts, and blueprints. Use when the user requests automation/script syntax, triggers/conditions/actions, blueprint usage, run modes, or troubleshooting, and when mapping those needs to ha-mcp automation/script tools.
home-assistant-custom-integration
by bradsjm
Example scaffolding and checklists for developing Home Assistant custom integrations. Use when building or reviewing a custom integration based on the included example templates.
mini-wiki
by trsoliu
Automatically generate professional-grade structured project Wiki from documentation, code, design files, and images. Use when: - User requests "generate wiki", "create docs", "create documentation" - User requests "update wiki", "rebuild wiki" - User requests "list plugins", "install plugin", "manage plugins" - Project needs automated documentation generation Features: - Smart project structure and tech stack analysis - Deep code analysis with semantic understanding - Mermaid diagrams for architecture, data flow, dependencies - Cross-linked documentation network - Incremental updates (only changed files) - Code blocks link to source files - Multi-language support (zh/en) - Plugin system for extensions For Chinese instructions, see references/SKILL.zh.md
agent-sdk
by majesticlabs-dev
Guide for Claude Agent SDK - build custom AI agents powered by Claude. Covers installation, authentication providers, tool permissions, file-based configuration, TypeScript/Python code examples, and project scaffolding templates.
pm-customer-interviews
by majesticlabs-dev
Customer interview question bank and synthesis templates for product discovery.
testing-patterns
by majesticlabs-dev
Pytest templates and patterns for ETL pipeline testing - unit, integration, data quality.
paper-reading
by yishuai778
"Read research papers and turn them into clear, decision-oriented notes, comparisons, and implementation takeaways. Use this skill whenever someone wants to read, summarize, analyze, compare, or review papers; build a literature overview; extract methods, datasets, benchmarks, or limitations; judge whether a paper is worth reproducing; or turn papers into actionable notes. Also trigger on requests like '读这篇论文', '帮我总结 paper', '精读这篇', '对比这几篇论文', '做文献综述', '提炼贡献/局限/实验设置', '这篇值不值得复现', or '把论文讲明白'."
mcp-builder
by JochenYang
MCP server development for AI agents. Designs tool schemas, implements Python/TypeScript servers, creates evaluation tests. Supports GitHub/Notion/Slack integrations with complete templates and automation scripts.
codestyle
by itxaiohanglover
Code template search and generation tool. Auto-initializes on first use. Use when: 1. search/get - user needs code templates, "检索模板", "search template" 2. generate - user wants to create template from code/file/repo/url, "生成模板" 3. upload - user has prepared template files, "上传模板" Requirements: JDK 17+, Git (for first-time setup)
humanize
by rfxlamia
Transform AI-to-AI documentation into human-readable prose with personality. USE WHEN: Converting rigid AI-generated docs (checklists, templates, CAPS LOCK emphasis, perfect structures) into flowing, conversational documentation that feels like a colleague wrote it, not a robot. PRIMARY TRIGGERS: "humanize this doc" â Full transformation workflow "make this readable" â Quick readability pass "remove AI patterns" â Surgical pattern removal "add human touch" â Inject personality without losing precision INPUT: Markdown files with AI-agent patterns (checklist spam, rigid headers, template overload) OUTPUT: Flowing prose with burstiness, analogies, and occasional absurd touches CORE PRINCIPLE: Total war on AI rigidity. Destroy robotic tone while preserving technical accuracy.
skillkit
by rfxlamia
Professional skill AND subagent creation with research-driven workflow and automated validation. USE WHEN: Creating new skills OR subagents, validating existing skills, deciding between Skills vs Subagents, migrating documents to skills/subagents, or running individual validation tools. PRIMARY TRIGGERS: "create skill" = Full skill creation (12 steps with research + execution planning) "create subagent" = Subagent creation (8 steps with template-based workflow) "validate skill" = Validation workflow (steps 3-8) "Skills vs Subagents" = Decision workflow (step 0) - recommends then creates "convert doc to skill" = Migration workflow "estimate tokens" = Token optimization "security scan" = Security audit WORKFLOW COMPLIANCE: Structured workflows with validation checkpoints. Research phase (Step 1c-1d) ensures skills based on proven approaches. DIFFERENTIATOR: Research-driven creation. Web search (3-5 queries) before building. Multi-proposal generation. 10 automation scripts (9 skill + 1 subagent). Quality 9.0+/10. NOW WITH SUBAGENT CREATION SUPPORT. REUSED: Anthropic's init_skill.py and package_skill.py (production-tested).
azure
by Mindrally
Azure cloud development guidelines for ARM templates, Azure Pipelines, Kubernetes, and cloud-native services.
iot-homeassistant-best-practices
by jasonraimondi
Home Assistant automation, helper, script, and device control best practices. Enforces native HA constructs over Jinja2 templates and safe refactoring workflows. TRIGGER WHEN: - Creating or editing HA automations, scripts, or scenes - Choosing between template sensors and built-in helpers - Writing triggers, conditions, waits, or selecting automation modes - Setting up Zigbee button/remote automations (ZHA or Zigbee2MQTT) - Renaming entities or migrating device_id to entity_id - Agent uses Jinja2 templates where native constructs exist - Agent uses device_id instead of entity_id - Agent picks wrong automation mode (e.g., single for motion lights)
playwright-e2e-testing
by ils15
Write end-to-end tests with Playwright for web applications. Includes fixtures, page objects, test templates, visual regression testing, and accessibility audits.
rulebook_task_update
by hivellm
CLI tool to standardize AI-generated projects with templates, rules enforcement, and automation
rulebook_task_create
by hivellm
CLI tool to standardize AI-generated projects with templates, rules enforcement, and automation
rulebook_task_list
by hivellm
CLI tool to standardize AI-generated projects with templates, rules enforcement, and automation
rulebook_task_validate
by hivellm
CLI tool to standardize AI-generated projects with templates, rules enforcement, and automation
rulebook_skill_disable
by hivellm
CLI tool to standardize AI-generated projects with templates, rules enforcement, and automation
Rulebook Task Management
by hivellm
CLI tool to standardize AI-generated projects with templates, rules enforcement, and automation
adr-template
by dykyi-roman
Generates Architecture Decision Records (ADR) for PHP projects. Creates structured decision documentation with context, decision, and consequences.