- Home
- /
- Categories
- /
- Prompts
Prompts
Prompt engineering and templates
install-skill-tracker
by vishalsachdev
This skill installs a complete Claude Code skill tracking system using hooks to automatically log skill usage, execution duration, token usage, and user prompts for later analysis. Use this skill when setting up activity tracking in a Claude Code project to identify patterns, monitor costs, and discover opportunities for new skills.
template-skill
by wollfoo
Replace with description of the skill and when Factory should use it. Sử dụng khi: skill mẫu, template, ví dụ skill.
llm-basics
by pluginagentmarketplace
LLM architecture, tokenization, transformers, and inference optimization. Use for understanding and working with language models.
Shopify Section Patterns
by sarojpunde
Best practices for creating Shopify 2.0 sections with inline CSS and JavaScript
output-styles-skill
by djacobsmeyer
Configure and understand different output formatting styles for Claude Code responses. Provides templates for bullet-points, markdown, YAML, HTML, and specialized formats like TTS summaries and observable tool diffs. Use when you want to control output formatting, need structured data output, or want specialized rendering for specific use cases.
skill-builder
by ajianaz
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
extensibility-advisor
by squirrelsoft-dev
Advises on choosing the right Claude Code extensibility approach (Skills, Commands, Subagents, Hooks, Plugins, MCP, Output Styles). Activates when user discusses extending Claude Code, creating automation, or is unsure which feature to use. Analyzes use cases and recommends appropriate solutions with trade-off explanations. Use when user mentions "should I use", "what's the best way", "skill or command", "which approach", or discusses extensibility options.
directory-tree-viewer
by djacobsmeyer
Display directory structure as a formatted tree. Use when the user needs to visualize a directory structure, analyze folder organization, or share a file tree view. Supports custom paths via the /tree command.
claude-context-manager
by AnthemFlynn
Enables autonomous context management for codebases through claude.md files. Use when creating, maintaining, or synchronizing AI agent context. Provides tools and workflows for monitoring context health, detecting staleness, and updating intelligently. Helps Claude work proactively as a context manager.
sandbox-manager
by djacobsmeyer
Configure and manage Claude Code sandboxing for secure code execution. Use when user mentions sandboxing, security isolation, untrusted code, network restrictions, filesystem permissions, or wants to configure Claude Code security settings. Helps enable/disable sandbox mode, configure permissions, troubleshoot compatibility issues, and provide scenario-based configurations.
contentclaw
by scaleintelligence
Turn papers, podcasts, and case studies into publish-ready social posts, infographics, and diagrams. Discovers trending topics via Exa, generates content with spec-first recipes, creates images with fal.ai, and publishes to Reddit/X with engagement tracking. Trigger on: "make a post from this", "turn this into content", "generate content", "discover topics", content recipes, brand graphs.
engineer-review
by elliottrjacobs
Comprehensive multi-agent code review with parallel specialist reviewers. Use when the user says "review this", "code review", "review my PR", provides a PR number or branch, or after completing a /engineer-work cycle.
mermaid-to-png
by haiyuan-ai
çæå¾è¡¨å¾ç
testing-patterns
by 101mare
pytest patterns, fixtures, mocking, parametrize, and property-based testing. Does NOT handle: TDD orchestration (use tdd), debugging (use systematic-debugging), error handling (use error-handling). Use when writing tests, improving coverage, or setting up test infrastructure. Recognizes: "testing-patterns", "write tests", "pytest patterns", "how to mock", "test fixtures", "parametrize", "property-based testing", "test organization", "improve coverage", "hypothesis tests"
ai-sdk-core
by ma1orek
Build backend AI with Vercel AI SDK v6 stable. Covers Output API (replaces generateObject/streamObject), speech synthesis, transcription, embeddings, MCP tools with security guidance. Includes v4→v5 migration and 15 error solutions with workarounds. Use when: implementing AI SDK v5/v6, migrating versions, troubleshooting AI_APICallError, Workers startup issues, Output API errors, Gemini caching issues, Anthropic tool errors, MCP tools, or stream resumption failures.
food-buddy
by SimonTian1113
餐厅防踩雷验证 Skill——当用户已经在网上看到某家餐厅、看起来很好吃, 但担心踩雷、担心被营销种草误导、想在出发前做一次交叉验证时使用。 典型触发:"这家店值不值得去"、"会不会踩雷"、"是不是网红吹出来的"、 "帮我验证这家餐厅"、"这家店真实吗"、"种草了但不确定"、"小红书上很火但靠谱吗"。 核心差异化:跨平台交叉验证、矛盾检测、证据链可追溯、最终给出是否值得去的判断。 优先服务场景:(1)出发前验证单家餐厅 (2)2-3家候选餐厅对比避雷 (3)高成本/高期待用餐前的风险判断 (4)识别网红店、游客店、营销过热店
team-builder
by 101mare
Knowledge for orchestrating Claude Code agent teams — multiple independent sessions coordinated by a team lead with shared tasks and inter-agent messaging. Does NOT handle: agent design (use agent-builder), skill creation (use skill-builder), ralph-loop (use ralph-loop). Use when work benefits from parallel exploration with communication between workers. Recognizes: "create a team", "agent team", "team-builder", "parallel teammates", "coordinate multiple agents", "spawn teammates", "team lead", "shared task list"
langchain-models
by evanfang0054
Initialize and use LangChain chat models - includes provider selection (OpenAI, Anthropic, Google), model configuration, and invocation patterns
portkey-typescript-sdk
by Portkey-AI
Integrate Portkey AI Gateway into TypeScript/JavaScript applications. Use when building LLM apps with observability, caching, fallbacks, load balancing, or routing across 200+ LLM providers.
prompt-engineering-patterns
by baotoq
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
current
by cadrianmae
Show the current session status
code-ocr
by MHLiuLGY
使用百度 OCR 高精度含位置版将代码截图转换为文本文件,保持原始缩进。使用场景包括:(1) 将代码截图识别为可编辑文本,(2) 从截图提取代码,(3) 图片转代码文字。触发条件:用户提到"截图转文字"、"OCR"、"识别代码"、"图片转文本"、"code screenshot to text"
forge-init
by fwehrling
FORGE Initializer — Initializes FORGE in a new or existing project. Creates the .forge/ structure, templates, CLAUDE.md, and detects the tech stack. Usage: /forge-init or /forge-init <path>
agent-md-refactor
by ma1orek
Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.