Templates

Project and code templates

Showing 769-792 of 2478 skills
Heyvhuang

workflow-template-seeder

by Heyvhuang

"Seed a new runnable template under templates/NNN-slug/ from a short spec by chaining existing skills (intake → ship-faster stages) while keeping it clean and shareable (no secrets, minimal scope). Use when creating a new template quickly."

Code Gen 339 6mo ago
Heyvhuang

workflow-template-extractor

by Heyvhuang

"Extract a shareable runnable template under templates/NNN-slug/ from a real project: copy + de-brand + remove secrets + add env examples + docs, with minimal refactors. Use when you have a working project and want to turn it into a template."

Code Gen 339 5mo ago
rebyteai-template

dillion-portfolio

by rebyteai-template

Minimalist developer portfolio with blog, work timeline, and project showcase using Next.js 14.

CLI Tools 13 7mo ago
rebyteai-template

go-backend-clean-architecture

by rebyteai-template

Go backend with Gin, MongoDB, JWT auth, and Clean Architecture.

Auth 13 7mo ago
rebyteai-template

ncine-presentation

by rebyteai-template

Slidev presentation documenting 14 years of nCine 2D game framework development.

CLI Tools 13 7mo ago
rebyteai-template

seo-analytics

by rebyteai-template

Generate visual SEO analysis reports using Google PageSpeed Insights API. Use when user asks to analyze website performance, SEO scores, Core Web Vitals, or page speed. Outputs an interactive HTML report with charts and actionable recommendations.

Performance 13 6mo ago
xwtro0tk1t-cloud

Harness: Project Development Scaffold Meta-Skill

by xwtro0tk1t-cloud

templates/agent-role.md Agent role definition template

Code Gen 320 2mo ago
bradsjm

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.

Code Gen 44 5mo ago
SimHacker

empathic-templates

by SimHacker

"Smart templates that understand semantic intent, not just string substitution"

Code Gen 44 6mo ago
sendaifun

example-skill

by sendaifun

Template and guide for creating skills. Demonstrates the standard skill structure with resources, docs, examples, and templates directories. Use this as a reference when building new protocol integrations.

Code Gen 121 6mo ago
Geeksfino

insider-trading-analyzer

by Geeksfino

分析A股市场董监高及重要股东增减持行为,识别具有显著管理层信心信号的公司。当用户询问董监高增持、大股东买入、内部人交易分析、管理层增持信号、股东增减持动态时使用此技能。

Code Gen 261 5mo ago
Geeksfino

undervalued-stock-screener

by Geeksfino

扫描A股市场,筛选基本面强劲但市值被低估的上市公司。当用户询问低估值股票、价值投资筛选、A股便宜股票、低PE或低PB公司、基本面强但被低估的公司、或要求运行估值筛选器时使用此技能。

Code Gen 261 5mo ago
rodydavis

multi-touch-canvas-with-flutter

by rodydavis

Learn how to create a Flutter canvas with multi-touch support for panning, zooming, and object interaction, overcoming common gesture recognition conflicts.

Code Gen 59 5mo ago
gohypergiant

accelint-ts-performance

by gohypergiant

"Systematic JavaScript/TypeScript performance audit and optimization using V8 profiling and runtime patterns. Use when (1) Users say 'optimize performance', 'audit performance', 'this is slow', 'reduce allocations', 'improve speed', 'check performance', (2) Analyzing code for performance anti-patterns (O(n²) complexity, excessive allocations, I/O blocking, template literal waste), (3) Optimizing functions regardless of current usage context - utilities, formatters, parsers are often called in hot paths even when they appear simple, (4) Fixing V8 deoptimization (monomorphic/polymorphic issues, inline caching). Audits ALL code for anti-patterns and reports findings with expected gains. Covers loops, caching, batching, memory locality, algorithmic complexity fixes with ❌/✅ patterns."

Code Review 21 5mo ago
Geeksfino

sentiment-reality-gap

by Geeksfino

识别A股市场中被过度看空但基本面稳健的逆向投资机会。当用户询问逆向投资、超跌反弹、市场错误定价、情绪与基本面背离、被市场误解的公司、负面情绪过度反应、或者寻找"市场错杀"机会时使用此技能。

Code Gen 261 5mo ago
fortunto2

solo-scaffold

by fortunto2

Generate complete project from PRD + stack template — directory structure, configs, CLAUDE.md, git repo, and GitHub push. Use when user says "scaffold project", "create new project", "start new app", "bootstrap project", or "set up from PRD". Uses SoloGraph for patterns and Context7 for latest versions. Do NOT use for planning features (use /plan) or PRD generation (use /validate).

Code Gen 17 5mo ago
MooseGoose0701

skill-finder

by MooseGoose0701

"Helps users discover and install agent skills from the open skills ecosystem (skills.sh). Use when users ask 'how do I do X', 'find a skill for X', 'is there a skill that can...', want to search for tools/templates/workflows, or express interest in extending agent capabilities."

Embeddings 1.1K 5mo ago
MooseGoose0701

skill-finder

by MooseGoose0701

"Helps users discover and install agent skills from the open skills ecosystem (skills.sh). Use when users ask 'how do I do X', 'find a skill for X', 'is there a skill that can...', want to search for tools/templates/workflows, or express interest in extending agent capabilities."

Embeddings 1.1K 5mo ago
ivan-magda

plugin-authoring

by ivan-magda

Use when creating, modifying, or debugging Claude Code plugins. Triggers on .claude-plugin/, plugin.json, marketplace.json, commands/, agents/, skills/, hooks/ directories. Provides schemas, templates, validation workflows, and troubleshooting.

Processing 60 6mo ago
YYH211

fastgpt-workflow-generator

by YYH211

Generates production-ready FastGPT workflow JSON from natural language requirements. Uses AI-powered semantic template matching from built-in workflows (document translation, sales training, resume screening, financial news). Performs three-layer validation (format, connections, logic completeness). Supports incremental modifications to add/remove/modify nodes. Activates when user asks to "create FastGPT workflow", "generate workflow JSON", "design FastGPT application", or mentions workflow automation, multi-agent systems, or FastGPT templates.

Agents 271 6mo ago
uni-helper

uni-helper

by uni-helper

Comprehensive skill reference for uni-helper ecosystem - AI-powered development tools for uni-app

Code Gen 91 5mo ago
manojbajaj95

bd-email

by manojbajaj95

Craft Business Development emails for RYLLC fractional CTO consultancy. Handles warm reconnects, job posting outreach, rejection follow-ups, VC intros, and custom BD scenarios. Uses established templates and project voice.

Code Gen 76 5mo ago
openclaw

agent-autonomy-primitives

by openclaw

Build long-running autonomous agent loops using ClawVault primitives (tasks, projects, memory types, templates, heartbeats). Use when setting up agent autonomy, creating task-driven execution loops, customizing primitive schemas, wiring heartbeat-based work queues, or teaching an agent to manage its own backlog. Also use when adapting primitives to an existing agent setup or designing multi-agent collaboration through shared vaults.

Agents 4.5K 5mo ago
openclaw

accessibility-toolkit

by openclaw

Friction-reduction patterns for agents helping humans with disabilities. Voice-first workflows, smart home templates, efficiency automation.

Accessibility 4.5K 5mo ago