Content & Writing
Page 7 of 64
Browse skills in this category.
consult-codex
Content & Writingby centminmod
Compare OpenAI Codex GPT-5.3 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions.
consult-zai
Content & Writingby centminmod
Compare z.ai GLM 4.7 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions.
vibe-agents
Content & Writingby KhazP
Generate AGENTS.md and AI configuration files for your project. Use when the user wants to create agent instructions, set up AI configs, or says "create AGENTS.md", "configure my AI assistant", or "generate agent files".
vibe-build
Content & Writingby KhazP
Build your MVP following the AGENTS.md plan. Use when the user wants to start building, implement features, or says "build my MVP", "start coding", or "implement the project".
vibe-research
Content & Writingby KhazP
Deep research and market validation for app ideas. Use when starting a new project, validating an idea, or when the user says "research my idea", "validate my app", or "help me start a new project".
vibe-techdesign
Content & Writingby KhazP
Create a Technical Design Document for your MVP. Use when the user wants to plan architecture, choose tech stack, or says "plan technical design", "choose tech stack", or "how should I build this".
vibe-workflow
Content & Writingby KhazP
Complete 5-step workflow to build an MVP from idea to launch. Use when the user wants to start a new project from scratch, go through the full workflow, or says "help me build an MVP", "start new project", or "vibe coding workflow".
skill-creator
Content & Writingby heyitsnoah
Guide for creating effective skills and commands. Use when users want to create a new skill or command, when updating an existing one, or when asking "how do I make a skill" or "create a command for X".
mflux-cli
Content & Writingby filipstrand
Navigate MFLUX CLI capabilities, locate commands by area, and summarize supported features.
mflux-debugging
Content & Writingby filipstrand
Debug MLX ports by comparing against a PyTorch/diffusers reference via exported tensors/images (export-then-compare).
mflux-manual-testing
Content & Writingby filipstrand
Manually validate mflux CLIs by exercising the changed paths and reviewing output images/artifacts.
prisma-connection-pool-exhaustion
Content & Writingby blader
Fix Prisma "Too many connections" and connection pool exhaustion errors in serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error "P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL "too many connections for role", (3) Database works locally but fails in production serverless, (4) Intermittent database timeouts under load.
trash-guides
Content & Writingby recyclarr
Navigate TRaSH Guides local workspace clone for custom formats, quality profiles, naming, and quality sizes
generate-verified-docs
Content & Writingby quran
../../../.agents/quran/skills/generate-verified-docs/SKILL.md
product-requirements
Content & Writingby cexll
Interactive Product Owner skill for requirements gathering, analysis, and PRD generation. Triggers when users request product requirements, feature specification, PRD creation, or need help understanding and documenting project requirements. Uses quality scoring and iterative dialogue to ensure comprehensive requirements before generating professional PRD documents.
content-research-writer
Content & Writingby sonofmagic
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
contextual-review
Content & Writingby flowglad
Review pull requests for code quality, security vulnerabilities, best practices, and potential issues. Use when reviewing PRs, examining diffs, or providing code review feedback.
acquiring-skills
Content & Writingby letta-ai
Guide for safely discovering and installing skills from external repositories. Use when a user asks for something where a specialized skill likely exists (browser testing, PDF processing, document generation, etc.) and you want to bootstrap your understanding rather than starting from scratch.
initializing-memory
Content & Writingby letta-ai
Comprehensive guide for initializing or reorganizing agent memory. Load this skill when running /init, when the user asks you to set up your memory, or when you need guidance on creating effective memory files.
messaging-agents
Content & Writingby letta-ai
Send messages to other agents on your server. Use when you need to communicate with, query, or delegate tasks to another agent.
migrating-memory
Content & Writingby letta-ai
Migrate memory blocks from an existing agent to the current agent. Use when the user wants to copy or share memory from another agent, or during /init when setting up a new agent that should inherit memory from an existing one.
searching-messages
Content & Writingby letta-ai
Search past messages to recall context. Use when you need to remember previous discussions, find specific topics mentioned before, pull up context from earlier in the conversation history, or find which agent discussed a topic.
working-in-parallel
Content & Writingby letta-ai
Guide for working in parallel with other agents. Use when another agent is already working in the same directory, or when you need to work on multiple features simultaneously. Covers git worktrees as the recommended approach.
port-from-bslib
Content & Writingby posit-dev
Comprehensive guide for porting UI components from R's bslib package to py-shiny. Use this skill when: (1) User asks to "port this feature" or "port a component" and mentions bslib or links to a bslib PR (e.g., github.com/rstudio/bslib/pull/...), (2) Porting a new component from bslib to py-shiny, (3) Adding a new input, output, or UI component that exists in bslib, (4) Implementing feature parity with bslib, (5) Working on bslib-related features or components. Covers the complete workflow including understanding source implementation, creating Python equivalents, vendoring assets (SCSS, CSS, JavaScript), creating tests, documentation, and all necessary project files.
excalidraw-diagram
Content & Writingby axtonliu
Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "画图", "流程图", "思维导图", "可视化", "diagram", "标准Excalidraw", "standard excalidraw", "Excalidraw动画", "动画图", "animate".
obsidian-canvas-creator
Content & Writingby axtonliu
Create Obsidian Canvas files from text content, supporting both MindMap and freeform layouts. Use this skill when users want to visualize content as an interactive canvas, create mind maps, or organize information spatially in Obsidian format.
s2-unit-test
Content & Writingby antvis
Guidelines for writing and maintaining unit tests in the S2 project. Use when modifying source code to ensure proper test coverage.
8bit-docs-patterns
Content & Writingby TheOrcDev
Create documentation with gaming-specific examples, retro styling, and 8-bit terminology. Apply when documenting gaming blocks, RPG components, or retro-styled UI elements.
animation-performance-retro
Content & Writingby TheOrcDev
Optimize 8-bit animations for smooth performance. Apply when creating animated pixel art, game UI effects, or any retro-styled animations.
bundle-dynamic-imports
Content & Writingby TheOrcDev
Use next/dynamic for lazy-loading heavy components. Apply when importing large components like editors, charts, or rich text editors that aren't needed on initial render.
fumadocs-component-docs
Content & Writingby TheOrcDev
Create component documentation with installation, usage examples, and preview sections. Apply when documenting 8-bit components with proper structure and examples.
fumadocs-mdx-structure
Content & Writingby TheOrcDev
Create MDX documentation files with proper frontmatter, imports, and component integration. Apply when creating or updating Fumadocs documentation pages in content/docs/.
fumadocs-registry-integration
Content & Writingby TheOrcDev
Register 8-bit components in registry.json for shadcn/ui add command. Apply when adding new components to the component library distribution.
rerender-functional-setstate
Content & Writingby TheOrcDev
Use functional setState updates to prevent stale closures and unnecessary callback recreations. Apply when updating state based on the current state value in React components.
claude-docs-consultant
Content & Writingby centminmod
Consult official Claude Code documentation from docs.claude.com using selective fetching. Use this skill when working on Claude Code hooks, skills, subagents, MCP servers, or any Claude Code feature that requires referencing official documentation for accurate implementation. Fetches only the specific documentation needed rather than loading all docs upfront.
neo4j-cypher-guide
Content & Writingby tomasonjo
Comprehensive guide for writing modern Neo4j Cypher read queries. Essential for text2cypher MCP tools and LLMs generating Cypher queries. Covers removed/deprecated syntax, modern replacements, CALL subqueries for reads, COLLECT patterns, sorting best practices, and Quantified Path Patterns (QPP) for efficient graph traversal.
doc-review
Content & Writingby stacklok
Reviews documentation for factual accuracy
brainstorming
Content & Writingby revokslab
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
vercel-react-best-practices
Content & Writingby revokslab
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
web-design-guidelines
Content & Writingby revokslab
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
writing-plans
Content & Writingby revokslab
Use when you have a spec or requirements for a multi-step task, before touching code
documentation-review
Content & Writingby stacklok
Reviews documentation for factual accuracy
create-plan
Content & Writingby openai
Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
skill-creator
Content & Writingby openai
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 Codex's capabilities with specialized knowledge, workflows, or tool integrations.
001-jeremy-taskwarrior-integration
Content & WritingEnforces complete Taskwarrior integration protocol for ALL coding tasks. Activates automatically when user mentions "taskwarrior", "task warrior", "tw", or discusses task management. Decomposes all coding work into properly tracked Taskwarrior tasks with full lifecycle: task add → task start → implementation → task done. Integrates with Timewarrior for automatic time tracking.
apollo-common-errors
Content & WritingDiagnose and fix common Apollo.io API errors.Use when encountering Apollo API errors, debugging integration issues,or troubleshooting failed requests.Trigger with phrases like "apollo error", "apollo api error","debug apollo", "apollo 401", "apollo 429", "apollo troubleshoot".
apollo-core-workflow-a
Content & WritingImplement Apollo.io lead search and enrichment workflow.Use when building lead generation features, searching for contacts,or enriching prospect data from Apollo.Trigger with phrases like "apollo lead search", "search apollo contacts","find leads in apollo", "apollo people search", "enrich contacts apollo".
apollo-core-workflow-b
Content & WritingImplement Apollo.io email sequences and outreach workflow.Use when building automated email campaigns, creating sequences,or managing outreach through Apollo.Trigger with phrases like "apollo email sequence", "apollo outreach","apollo campaign", "apollo sequences", "apollo automated emails".
apollo-cost-tuning
Content & WritingOptimize Apollo.io costs and credit usage.Use when managing Apollo credits, reducing API costs,or optimizing subscription usage.Trigger with phrases like "apollo cost", "apollo credits","apollo billing", "reduce apollo costs", "apollo usage".
apollo-debug-bundle
Content & WritingCollect Apollo.io debug evidence for support.Use when preparing support tickets, documenting issues,or gathering diagnostic information for Apollo problems.Trigger with phrases like "apollo debug", "apollo support bundle","collect apollo diagnostics", "apollo troubleshooting info".
apollo-deploy-integration
Content & WritingDeploy Apollo.io integrations to production.Use when deploying Apollo integrations, configuring production environments,or setting up deployment pipelines.Trigger with phrases like "deploy apollo", "apollo production deploy","apollo deployment pipeline", "apollo to production".
apollo-enterprise-rbac
Content & WritingEnterprise role-based access control for Apollo.io.Use when implementing team permissions, restricting data access,or setting up enterprise security controls.Trigger with phrases like "apollo rbac", "apollo permissions","apollo roles", "apollo team access", "apollo enterprise security".
apollo-hello-world
Content & WritingCreate a minimal working Apollo.io example.Use when starting a new Apollo integration, testing your setup,or learning basic Apollo API patterns.Trigger with phrases like "apollo hello world", "apollo example","apollo quick start", "simple apollo code", "test apollo api".
apollo-incident-runbook
Content & WritingApollo.io incident response procedures.Use when handling Apollo outages, debugging production issues,or responding to integration failures.Trigger with phrases like "apollo incident", "apollo outage","apollo down", "apollo production issue", "apollo emergency".
apollo-install-auth
Content & WritingInstall and configure Apollo.io API authentication.Use when setting up a new Apollo integration, configuring API keys,or initializing Apollo client in your project.Trigger with phrases like "install apollo", "setup apollo api","apollo authentication", "configure apollo api key".
apollo-local-dev-loop
Content & WritingConfigure Apollo.io local development workflow.Use when setting up development environment, testing API calls locally,or establishing team development practices.Trigger with phrases like "apollo local dev", "apollo development setup","apollo dev environment", "apollo testing locally".
apollo-migration-deep-dive
Content & WritingComprehensive Apollo.io migration strategies.Use when migrating from other CRMs to Apollo, consolidating data sources,or executing large-scale data migrations.Trigger with phrases like "apollo migration", "migrate to apollo","apollo data import", "crm to apollo", "apollo migration strategy".
apollo-observability
Content & WritingSet up Apollo.io monitoring and observability.Use when implementing logging, metrics, tracing, and alertingfor Apollo integrations.Trigger with phrases like "apollo monitoring", "apollo metrics","apollo observability", "apollo logging", "apollo alerts".
apollo-performance-tuning
Content & WritingOptimize Apollo.io API performance.Use when improving API response times, reducing latency,or optimizing bulk operations.Trigger with phrases like "apollo performance", "optimize apollo","apollo slow", "apollo latency", "speed up apollo".
apollo-prod-checklist
Content & WritingExecute Apollo.io production deployment checklist.Use when preparing to deploy Apollo integrations to production,doing pre-launch verification, or auditing production readiness.Trigger with phrases like "apollo production checklist", "deploy apollo","apollo go-live", "apollo production ready", "apollo launch checklist".
apollo-rate-limits
Content & WritingImplement Apollo.io rate limiting and backoff.Use when handling rate limits, implementing retry logic,or optimizing API request throughput.Trigger with phrases like "apollo rate limit", "apollo 429","apollo throttling", "apollo backoff", "apollo request limits".
apollo-reference-architecture
Content & WritingImplement Apollo.io reference architecture.Use when designing Apollo integrations, establishing patterns,or building production-grade sales intelligence systems.Trigger with phrases like "apollo architecture", "apollo system design","apollo integration patterns", "apollo best practices architecture".
apollo-upgrade-migration
Content & WritingPlan and execute Apollo.io SDK upgrades.Use when upgrading Apollo API versions, migrating to new endpoints,or updating deprecated API usage.Trigger with phrases like "apollo upgrade", "apollo migration","update apollo api", "apollo breaking changes", "apollo deprecation".
apollo-webhooks-events
Content & WritingImplement Apollo.io webhook handling.Use when receiving Apollo webhooks, processing event notifications,or building event-driven integrations.Trigger with phrases like "apollo webhooks", "apollo events","apollo notifications", "apollo webhook handler", "apollo triggers".