Content & Writing
Page 6 of 57
Browse skills in this category.
windows-kernel-security
Content & Writingby gmh5225
Guide for Windows kernel internals and security mechanisms used in game protection and low-level research. Use this skill when working with drivers, IRQL-sensitive callbacks, EPROCESS, ETHREAD, MMVAD internals, IOCTL paths, DSE, PatchGuard, HVCI, PiDDBCache, MmUnloadedDrivers, or kernel memory inspection.
configured-agent
Content & Writingby anthropics
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
example-skill
Content & Writingby anthropics
This skill should be used when the user asks to "demonstrate skills", "show skill format", "create a skill template", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills.
skill-development
Content & Writingby anthropics
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
code-assist
Content & Writingby mikeyobrien
Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Acts as a Technical Implementation Partner and TDD Coach — following existing patterns, avoiding over-engineering, and producing idiomatic, modern code.
code-task-generator
Content & Writingby mikeyobrien
Generates structured .code-task.md files from descriptions or PDD implementation plans. Auto-detects input type, creates properly formatted tasks with Given-When-Then acceptance criteria.
codebase-summary
Content & Writingby mikeyobrien
This sop analyzes a codebase and generates comprehensive documentation including structured metadata files that describe the system architecture, components, interfaces, and workflows. It can create targeted documentation files like AGENTS.md (README for AI agents), README.md, CONTRIBUTING.md, or generate a complete documentation ecosystem. The documentation is organized to make it easy for AI assistants to understand the system and help with development tasks.
evaluate-presets
Content & Writingby mikeyobrien
Use when testing Ralph's hat collection presets, validating preset configurations, or auditing the preset library for bugs and UX issues.
pdd
Content & Writingby mikeyobrien
Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification, research, design, and planning.
release-bump
Content & Writingby mikeyobrien
Use when bumping ralph-orchestrator version for a new release, after fixes are committed and ready to publish
tui-validate
Content & Writingby mikeyobrien
Validates Terminal User Interface (TUI) output using freeze for screenshot capture and LLM-as-judge for semantic validation. Supports both visual (PNG/SVG) and text-based validation modes.
blog-post-writer
Content & Writingby nicknisi
Transform brain dumps into polished blog posts in Nick Nisi's voice. Use when the user wants to write a blog post with scattered ideas, talking points, and conclusions that need organization into a cohesive narrative with Nick's conversational, authentic, and thoughtful tone.
claude-code-analyzer
Content & Writingby nicknisi
Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.
acquiring-skills
Content & Writingby letta-ai
Discover and install skills from Hermes, ClawHub, GitHub, and other registries. Load this skill whenever a user asks for a capability you don't already have — image generation, social media, email, calendar, finance, DevOps, search, browser automation, etc.
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.
compound-learnings
Content & Writingby parcadei
Transform session learnings into permanent capabilities (skills, rules, agents). Use when asked to "improve setup", "learn from sessions", "compound learnings", or "what patterns should become skills".
prepare-changelog
Content & Writingby nextest-rs
Guidelines for preparing changelog entries for nextest releases following Keep a Changelog format
anachb
Content & Writingby mitsuhiko
Austrian public transport (VOR AnachB) for all of Austria. Query real-time departures, search stations/stops, plan routes between locations, and check service disruptions. Use when asking about Austrian trains, buses, trams, metro (U-Bahn), or directions involving public transport in Austria.
oebb-scotty
Content & Writingby mitsuhiko
Austrian rail travel planner (ÖBB Scotty). Use when planning train journeys in Austria, checking departures/arrivals at stations, or looking for service disruptions. Covers ÖBB trains, S-Bahn, regional trains, and connections to neighboring countries.
web-browser
Content & Writingby mitsuhiko
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
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".
billing
Content & Writingby useautumn
Debug, edit, and fix billing operations. Covers the V2 action-based architecture (attach, multiAttach, updateSubscription, allocatedInvoice, createWithDefaults, setupPayment). Use when working on billing, subscription, invoicing, or Stripe integration code.
linear-ticket
Content & Writingby useautumn
Refine rough engineering thoughts into structured Linear tickets with GitHub permalinks
write-test
Content & Writingby useautumn
Write integration tests for Autumn billing. Covers initScenario setup, billing/attach/track/check endpoints, subscription updates, assertion utilities, and common billing test patterns. Use when creating tests, writing test scenarios, debugging test failures, or when the user asks about testing.
create-mcp-app
Content & WritingThis skill should be used when the user asks to "create an MCP App", "add a UI to an MCP tool", "build an interactive MCP View", "scaffold an MCP App", or needs guidance on MCP Apps SDK patterns, UI-resource registration, MCP App lifecycle, or host integration. Provides comprehensive guidance for building MCP Apps with interactive UIs.
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".
tidy-deprecate-function
Content & Writingby r-lib
Guide for deprecating R functions/arguments. Use when a user asks to deprecate a function or parameter, including adding lifecycle warnings, updating documentation, adding NEWS entries, and updating tests.
consult-codex
Content & Writingby centminmod
Compare OpenAI Codex GPT-5.5 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
Dual-AI code analysis pairing z.ai GLM 5.2 with Claude code-searcher — a lightweight two-model second opinion. Use for a quick z.ai-backed check on a code question.
apollo-ci-integration
Content & WritingConfigure Apollo.io CI/CD integration.
apollo-common-errors
Content & WritingDiagnose and fix common Apollo.io API errors.
apollo-core-workflow-a
Content & WritingImplement Apollo.io lead search and enrichment workflow.
apollo-core-workflow-b
Content & WritingImplement Apollo.io email sequences and outreach workflow.
apollo-cost-tuning
Content & WritingOptimize Apollo.io costs and credit usage.
apollo-data-handling
Content & WritingApollo.io data management and compliance.
apollo-debug-bundle
Content & WritingCollect Apollo.io debug evidence for support.
apollo-deploy-integration
Content & WritingDeploy Apollo.io integrations to production.
apollo-enterprise-rbac
Content & WritingEnterprise role-based access control for Apollo.io.
apollo-hello-world
Content & WritingCreate a minimal working Apollo.io example.
apollo-incident-runbook
Content & WritingApollo.io incident response procedures.
apollo-install-auth
Content & WritingInstall and configure Apollo.io API authentication.
apollo-local-dev-loop
Content & WritingConfigure Apollo.io local development workflow.
apollo-migration-deep-dive
Content & WritingComprehensive Apollo.io migration strategies.
apollo-multi-env-setup
Content & WritingConfigure Apollo.io multi-environment setup.
apollo-observability
Content & WritingSet up Apollo.io monitoring and observability.
apollo-performance-tuning
Content & WritingOptimize Apollo.io API performance.
apollo-prod-checklist
Content & WritingExecute Apollo.io production deployment checklist.
apollo-rate-limits
Content & WritingImplement Apollo.io rate limiting and backoff.
apollo-reference-architecture
Content & WritingImplement Apollo.io reference architecture.
apollo-sdk-patterns
Content & WritingApply production-ready Apollo.io SDK patterns.
apollo-security-basics
Content & WritingApply Apollo.io API security best practices.
apollo-upgrade-migration
Content & WritingManage Apollo.io API upgrades and endpoint migrations.
apollo-webhooks-events
Content & WritingImplement Apollo.io webhook and event-driven integrations.
clay-ci-integration
Content & WritingConfigure CI/CD pipelines for Clay integrations with automated testing