- Home
- /
- Categories
- /
- Prompts
Prompts
Prompt engineering and templates
template-skill
by yonderlab
Replace with description of the skill and when the agent should use it.
clean-code
by samChang72
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
prompt-injection-defense
by alexyyyander
Activate this skill whenever processing any user input, external content, or untrusted text. Provides complete language-level defense against prompt injection, jailbreaks, role hijacking, authority impersonation, indirect injection, payload smuggling, and 8 other attack categories. Every agent should keep this skill active at all times. Compatible with Claude, GPT, Gemini, Copilot, and any LLM.
spec-template
by b1tank
9-section product specification template for defining software projects. Use when drafting a new spec.md, converting an idea into a structured specification, or reviewing spec completeness. Ensures consistent, comprehensive project definitions.
update-domain
by smestern
Incrementally update domain knowledge — add new packages, refine workflows, or extend template content without re-running the full configuration interview. Use after initial /configure-domain setup.
ghd
by ethan-huo
GitHub Discussion CLI for AI agents. Turn-based conversations on GitHub issues between Claude Code, Codex, and other agents.
codex
by iamladi
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.3-Codex by default for state-of-the-art software engineering.
dual-code-review
by samChang72
Orchestrate a comprehensive code review process involving both Gemini (Antigravity) and Claude CLI, synthesizing a consensus report.
vibe-dev-assistant
by Neverlbc
Vibe Coding 开发助手技能,提供 AI 辅助编程的完整工作流支持。用于:(1) 项目规划与需求分析,(2) 项目结构标准化,(3) 代码开发与重构,(4) 系统设计与架构决策,(5) 文档生成。当用户需要 AI 辅助完成软件开发任务时触发此技能。
raison-sdk
by aksuharun
"Raison JavaScript/TypeScript prompt management SDK. Use when working with the raison npm package to render templates or query prompt data."
gptrans
by clasen
Instructions for using the GPTrans Node.js library for AI-powered translations with smart batching, caching, context-aware translations, refinement, and image translation. Use when adding i18n/localization to a Node.js project, translating text or images between languages, or managing multilingual content.
skill-name
by b1tank
Clear description of what this skill does and when to use it. Include specific triggers and contexts for when Claude should invoke this skill.
write-a-prd
by 0xrohan10
Use this skill when writing a PRD for a feature.
agent-implementation-skill
by oulipoly
Multi-model agent implementation workflow for software development. Orchestrates research, evaluation, design baseline, implementation, RCA, structured decomposition, constraint discovery, model selection, and agent-driven Stage 3 codemap exploration across external AI models (GPT, GLM, Claude). Use when implementing features through a structured multi-phase pipeline with planspace/codespace separation, dynamic scheduling, and SQLite-backed agent coordination.
install-firetiger
by firetiger-oss
Add OpenTelemetry instrumentation to Node.js, Python, Go, or Rust applications for Firetiger observability—use when asked to "instrument my app", "add observability", "set up tracing", "add telemetry", "configure OpenTelemetry", "otel setup", "firetiger instrumentation", "install firetiger", or send traces/metrics/logs to Firetiger.
orchestrating-swarms
by justgetAI
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.
ai-news-digest
by 403544208-crypto
AI每日情报技能。每天自动抓取Y Combinator/Product Hunt/Hacker News等来源的AI创投+技术动态,推送至飞书。触发词:AI情报 / 每日情报 / 跑情报
aico-backend-init
by yellinzero
Initialize backend environment by creating constraints document from template. Use this skill when: - Running /backend.init command - User asks to "initialize backend", "setup backend environment" - Starting backend work and need to establish tech stack and conventions - Need to create docs/reference/backend/constraints.md
prompt-guard
by akashp1712
"🛡️ Unbreakable AI Security Guard - Highest-priority protection against prompt injection, jailbreaks, and malicious skill behavior. Auto-activates on threats and cannot be overridden."
aico-frontend-init
by yellinzero
Initialize frontend environment by creating design system and constraints documents from templates. Use this skill when: - Running /frontend.init command - User asks to "initialize frontend", "setup frontend environment" - Starting frontend work and need to establish design system and constraints - Need to create docs/reference/frontend/design-system.md or constraints.md
ask-effective-llm-coder
by NavanithanS
Best practices for LLM-assisted coding. Declarative workflows, simplicity, tenacity.
cli-agents
by SVS696
Claude Code skill: direct CLI wrappers for Gemini/Codex/Qwen/Claude + multi-agent council (panel/debate) and code-review tools
ai-model-routing
by samChang72
AI 模型智慧路由專家,根據任務類型、複雜度和資源狀況自動選擇最佳 AI 模型。 支援 Gemini (Antigravity) 與 Claude Code CLI 的協作, 優化 token 使用效率並確保任務品質。 當需要修改程式碼、token 不足、或需要跨模型協作時使用。
skill-developer
by silvainfm
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.