Content & Writing

Page 24 of 62

Browse skills in this category.

4461 skills · Showing 1657-1728
Sort by:

unit-test-implementation

Content & Writing

by AztecProtocol

Best practices for implementing unit tests in this TypeScript monorepo. Use when writing new tests, refactoring existing tests, or fixing failing tests. Covers mocking strategies, test organization, helper functions, and assertion patterns.

430
Jan 23, 2026, 07:22 PM

updating-changelog

Content & Writing

by AztecProtocol

Updates changelog documentation for contract developers and node operators by analyzing branch changes relative to 'next'. Use when preparing a PR, updating migration notes, documenting breaking changes, or when asked to update changelog/release notes.

430
Feb 17, 2026, 05:36 PM

crdb-change

Content & Writing

by oxidecomputer

Generate CockroachDB SQL and migrations for schema changes. Use when creating migrations, updating the database schema, or when the user mentions migrations, schema changes, or dbinit.sql.

419
Feb 28, 2026, 03:40 AM

doc-testing

Content & Writing

by dlants

Comprehensive guide for writing tests in magenta.nvim, including test environment setup, mock providers, driver interactions, and best practices

419
Jan 17, 2026, 03:15 PM

fix-bug

Content & Writing

by tddworks

Guide for fixing bugs in ClaudeBar following Chicago School TDD and rich domain design. Use this skill when:(1) User reports a bug or unexpected behavior(2) Fixing a defect in existing functionality(3) User asks "fix this bug" or "this doesn't work correctly"(4) Correcting behavior that violates the user's mental model

417
Jan 2, 2026, 10:21 AM

implement-feature

Content & Writing

by tddworks

Guide for implementing features in ClaudeBar following architecture-first design, TDD, rich domain models, and Swift 6.2 patterns. Use this skill when:(1) Adding new functionality to the app(2) Creating domain models that follow user's mental model(3) Building SwiftUI views that consume domain models directly(4) User asks "how do I implement X" or "add feature Y"(5) Implementing any feature that spans Domain, Infrastructure, and App layers

417
Jan 5, 2026, 02:35 AM

improvement

Content & Writing

by tddworks

Guide for making improvements to existing ClaudeBar functionality using TDD. Use this skill when:(1) Enhancing existing features (not adding new ones)(2) Improving UX, performance, or code quality(3) User asks "improve X", "make Y better", or "enhance Z"(4) Small enhancements that don't require full architecture designFor NEW features, use implement-feature skill instead.

417
Jan 2, 2026, 10:18 AM

technical-docs

Content & Writing

by getsentry

Write and review technical documentation for Sentry SDK docs. Use when creating, editing, or reviewing documentation pages, especially MDX files in docs/platforms/.

417
Jan 18, 2026, 08:30 PM

bsl-model-builder

Content & Writing

by boringdata

Build BSL semantic models with dimensions, measures, joins, and YAML config. Use for creating/modifying data models.

416
Jan 13, 2026, 09:12 AM

bsl-query-expert

Content & Writing

by boringdata

Query BSL semantic models with group_by, aggregate, filter, and visualizations. Use for data analysis from existing semantic tables.

416
Dec 11, 2025, 08:32 PM

x-article-publisher

Content & Writing

by wshuyi

Publish Markdown articles to X (Twitter) Articles editor with proper formatting. Use when user wants to publish a Markdown file/URL to X Articles, or mentions "publish to X", "post article to Twitter", "X article", or wants help with X Premium article publishing. Handles cover image upload and converts Markdown to rich text automatically.

415
Jan 14, 2026, 11:34 AM

market-research-reports

Content & Writing

by K-Dense-AI

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.

410
Dec 31, 2025, 08:28 AM

flow-next-sync

Content & Writing

by gmickel

Manually trigger plan-sync to update downstream task specs after implementation drift. Use when code changes outpace specs.

399
Jan 18, 2026, 04:26 PM

agentic-development

Content & Writing

by alinaqi

Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)

398
Jan 17, 2026, 10:44 PM

ai-models

Content & Writing

by alinaqi

Latest AI models reference - Claude, OpenAI, Gemini, Eleven Labs, Replicate

398
Jan 17, 2026, 10:44 PM

azure-cosmosdb

Content & Writing

by alinaqi

Azure Cosmos DB partition keys, consistency levels, change feed, SDK patterns

398
Jan 17, 2026, 10:44 PM

code-deduplication

Content & Writing

by alinaqi

Prevent semantic code duplication with capability index and check-before-write

398
Jan 17, 2026, 10:44 PM

commit-hygiene

Content & Writing

by alinaqi

Atomic commits, PR size limits, commit thresholds, stacked PRs

398
Jan 17, 2026, 10:44 PM

firebase

Content & Writing

by alinaqi

Firebase Firestore, Auth, Storage, real-time listeners, security rules

398
Jan 17, 2026, 10:15 PM

gemini-review

Content & Writing

by alinaqi

Google Gemini CLI code review with Gemini 2.5 Pro, 1M token context, CI/CD integration

398
Jan 17, 2026, 10:44 PM

reddit-api

Content & Writing

by alinaqi

Reddit API with PRAW (Python) and Snoowrap (Node.js)

398
Jan 8, 2026, 06:37 AM

shopify-apps

Content & Writing

by alinaqi

Shopify app development - Remix, Admin API, checkout extensions

398
Jan 17, 2026, 10:44 PM

supabase

Content & Writing

by alinaqi

Core Supabase CLI, migrations, RLS, Edge Functions

398
Jan 17, 2026, 10:44 PM

skill-creator

Content & Writing

by TechDufus

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.

396
Jan 10, 2026, 03:56 AM

update-flaky-tests

Content & Writing

by platformplatform

Update the flaky test tracker. Use when you encounter test failures unrelated to your current work, after committing a fix for a known flaky test, or to check flaky test status.

393
Jan 19, 2026, 01:00 AM

api-standards

Content & Writing

by maxritter

Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resource-based URLs. Use this skill when creating or modifying API endpoints, route handlers, controllers, or API configuration files. Apply when working on REST API design, endpoint implementations, API versioning, request/response handling, HTTP method routing (GET, POST, PUT, PATCH, DELETE), query parameter filtering, API rate limiting, or any file that defines API routes such as routes.py, api.js, controllers/, endpoints/, or API documentation files.

381
Jan 18, 2026, 04:16 PM

css-standards

Content & Writing

by maxritter

Write consistent, maintainable CSS following the project's methodology (Tailwind, BEM, utility classes, CSS modules) with design system adherence and performance optimization. Use this skill when writing or modifying styles, CSS files, utility classes, CSS-in-JS, styled components, or any styling code. Apply when working with .css, .scss, .module.css files, Tailwind utility classes, styled-components, CSS modules, design tokens (colors, spacing, typography), framework-specific styling approaches, optimizing CSS for production, implementing CSS purging or tree-shaking, or avoiding style overrides. Use for any task involving visual styling, layout styling, design system implementation, or CSS organization.

381
Jan 18, 2026, 04:16 PM

ensue-memory

Content & Writing

by mutable-state-inc

Augmented cognition layer that makes users smarter by connecting conversations to their persistent knowledge tree. Use proactively when topics arise that might have prior knowledge, and when users ask to remember, recall, search, or organize. Triggers on technical discussions, decision-making, project work, "remember this", "recall", "what do I know about", or any knowledge request.

381
Jan 17, 2026, 09:50 PM

python-standards

Content & Writing

by maxritter

Apply Python tooling standards including uv package management, pytest testing, ruff/basedpyright code quality, one-line docstrings, and self-documenting code practices. Use this skill when working with Python backend code, managing dependencies, running tests, or ensuring code quality. Apply when installing packages, writing tests, formatting code, type checking, adding docstrings, organizing imports, or deciding whether to create new files vs. extending existing ones. Use for any Python development task requiring adherence to tooling standards and best practices.

381
Jan 18, 2026, 04:16 PM

tests-standards

Content & Writing

by maxritter

Write focused tests for core user flows and critical paths with clear test names, behavior-focused assertions, mocked external dependencies, and fast execution, deferring edge case testing until explicitly required. Use this skill when creating or modifying test files, writing unit tests, integration tests, or test cases for any feature. Apply when writing test files (test/, __tests__/, spec/, .test.js, .spec.ts, test_*.py), implementing tests for core user workflows, testing critical business logic, mocking external dependencies (databases, APIs, file systems), writing descriptive test names, creating fast-running unit tests, or adding tests at logical completion points of feature development. Use for any task involving test creation, test coverage, test strategy, or test-driven development.

381
Jan 18, 2026, 04:16 PM

typescript-standards

Content & Writing

by maxritter

Apply TypeScript development standards including package manager detection (npm/yarn/pnpm/bun), explicit return types on exports, ESLint/Prettier code quality, one-line JSDoc, and self-documenting code practices. Use this skill when working with TypeScript or JavaScript code, managing dependencies, running tests, or ensuring code quality. Apply when installing packages, writing tests, formatting code, type checking, adding type annotations, organizing imports, or deciding whether to create new files vs. extending existing ones. Use for any TypeScript/JavaScript development task requiring adherence to tooling standards and best practices.

381
Jan 18, 2026, 04:16 PM

cicd-workflows

Content & Writing

by expo

Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

380
Jan 17, 2026, 09:27 PM

cartographer

Content & Writing

by kingbootoshi

Maps and documents codebases of any size by orchestrating parallel subagents. Creates docs/CODEBASE_MAP.md with architecture, file purposes, dependencies, and navigation guides. Updates CLAUDE.md with a summary. Use when user says "map this codebase", "cartographer", "/cartographer", "create codebase map", "document the architecture", "understand this codebase", or when onboarding to a new project. Automatically detects if map exists and updates only changed sections.

379
Jan 16, 2026, 02:28 AM

create-openapi-overlay

Content & Writing

by speakeasy-api

Use when you need to customize SDK generation without editing the source spec, or can't modify the original OpenAPI file

377
Jan 17, 2026, 09:23 PM

station

Content & Writing

by cloudshipai

Use Station CLI (`stn`) for AI agent orchestration - creating agents, running tasks, managing environments, and deploying agent teams. Prefer CLI for file operations and exploration; use MCP tools for programmatic agent execution and detailed queries.

377
Jan 13, 2026, 07:34 PM

station-config

Content & Writing

by cloudshipai

Configure Station CLI settings via browser UI or command line. Use `stn config --browser` for visual editor or `stn config set/show` for CLI operations.

377
Jan 13, 2026, 07:34 PM

create-mcp-app

Content & Writing

by modelcontextprotocol

This 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.

376
Jan 19, 2026, 02:09 AM

fail-fast-no-hedging

Content & Writing

by taylorsatula

Eliminate component hedging anti-patterns that mask infrastructure failures. Build systems that fail loudly when broken instead of limping along in degraded states. Critical for production reliability and operational visibility.

376
Jan 13, 2026, 06:00 AM

investigate-dependencies

Content & Writing

by taylorsatula

Conduct thorough dependency audits to identify redundant code, unused features, and improper usage patterns. Examines each import to ensure we're leveraging existing capabilities rather than reinventing functionality.

376
Jan 13, 2026, 06:00 AM

prompt-mastery

Content & Writing

by taylorsatula

Advanced LLM prompt engineering expertise for crafting highly effective prompts, system messages, and tool descriptions with Claude-specific techniques

376
Jan 13, 2026, 06:00 AM

by taylorsatula

Write pytests that test real public interfaces with actual components, no mocking, and precise assertions. MIRA-specific patterns. Use when creating or reviewing tests.

376
Jan 13, 2026, 06:00 AM

by ecomfe

>-

374
Jan 19, 2026, 12:51 AM

software-security

Content & Writing

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

372
Jan 17, 2026, 01:01 AM

design-lab

Content & Writing

by 0xdesign

Conduct design interviews, generate five distinct UI variations in a temporary design lab, collect feedback, and produce implementation plans. Use when the user wants to explore UI design options, redesign existing components, or create new UI with multiple approaches to compare.

369
Jan 18, 2026, 08:27 PM

repren

Content & Writing

by jlevy

Performs simultaneous multi-pattern search-and-replace, file/directory renaming, and case-preserving refactoring across codebases. Use for bulk refactoring, global find-and-replace, or when user mentions repren, multi-file rename, or pattern-based transformations.

367
Jan 17, 2026, 08:23 PM

skills-discovery

Content & Writing

by Kamalnrf

Search for and install Agent Skills that give you specialized capabilities. Before starting work, ask might a skill exist that handles this better than my base knowledge? If the task involves specific technologies, frameworks, file formats, or expert domains. Search proactively, even if the user doesn't mention skills. Skills encode best practices, tools, and techniques you wouldn't otherwise have. Also use when users explicitly ask to find, install, or manage skills.

362
Jan 18, 2026, 06:32 AM

agent-development

Content & Writing

by fcakyon

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

356
Jan 14, 2026, 07:35 PM

command-development

Content & Writing

by fcakyon

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

356
Jan 14, 2026, 07:35 PM

commit-workflow

Content & Writing

by fcakyon

This skill should be used when user asks to "commit these changes", "write commit message", "stage and commit", "create a commit", "commit staged files", or runs /commit-staged or /commit-creator commands.

356
Jan 14, 2026, 07:35 PM

gcloud-usage

Content & Writing

by fcakyon

This skill should be used when user asks about "GCloud logs", "Cloud Logging queries", "Google Cloud metrics", "GCP observability", "trace analysis", or "debugging production issues on GCP".

356
Jan 14, 2026, 07:35 PM

linear-usage

Content & Writing

by fcakyon

This skill should be used when user asks about "Linear issues", "issue tracking best practices", "sprint planning", "Linear project management", or "creating Linear issues".

356
Jan 14, 2026, 07:35 PM

mongodb-usage

Content & Writing

by fcakyon

This skill should be used when user asks to "query MongoDB", "show database collections", "get collection schema", "list MongoDB databases", "search records in MongoDB", or "check database indexes".

356
Jan 14, 2026, 07:35 PM

playwright-testing

Content & Writing

by fcakyon

This skill should be used when user asks about "Playwright", "responsiveness test", "test with playwright", "test login flow", "file upload test", "handle authentication in tests", or "fix flaky tests".

356
Jan 14, 2026, 07:35 PM

plugin-settings

Content & Writing

by fcakyon

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.

356
Jan 14, 2026, 07:35 PM

plugin-structure

Content & Writing

by fcakyon

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

356
Jan 14, 2026, 07:35 PM

pr-workflow

Content & Writing

by fcakyon

This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.

356
Jan 14, 2026, 07:35 PM

setup

Content & Writing

by fcakyon

This skill should be used when user encounters "ccproxy not found", "LiteLLM connection failed", "localhost:4000 refused", "OAuth failed", "proxy not running", or needs help configuring ccproxy/LiteLLM integration.

356
Jan 14, 2026, 07:35 PM

skill-development

Content & Writing

by fcakyon

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.

356
Jan 14, 2026, 07:35 PM

slack-usage

Content & Writing

by fcakyon

This skill should be used when user asks to "search Slack for messages", "find Slack messages about X", "get channel history", "look up conversation in Slack", or "find what someone said in Slack".

356
Jan 14, 2026, 07:35 PM

tavily-usage

Content & Writing

by fcakyon

This skill should be used when user asks to "search the web", "fetch content from URL", "extract page content", "use Tavily search", "scrape this website", "get information from this link", or "web search for X".

356
Jan 14, 2026, 07:35 PM

agent-factory

Content & Writing

by alirezarezvani

Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns

353
Nov 12, 2025, 03:30 PM

claude-md-enhancer

Content & Writing

by alirezarezvani

Analyzes, generates, and enhances CLAUDE.md files for any project type using best practices, modular architecture support, and tech stack customization. Use when setting up new projects, improving existing CLAUDE.md files, or establishing AI-assisted development standards.

353
Nov 12, 2025, 03:30 PM

codex-cli-bridge

Content & Writing

by alirezarezvani

Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools

353
Nov 12, 2025, 03:30 PM

content-trend-researcher

Content & Writing

by alirezarezvani

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis

353
Nov 12, 2025, 03:30 PM

hook-factory

Content & Writing

by alirezarezvani

Generate production-ready Claude Code hooks with interactive Q&A, automated installation, and enhanced validation. Supports 10 templates across 7 event types for comprehensive workflow automation.

353
Nov 12, 2025, 03:30 PM

prompt-factory

Content & Writing

by alirezarezvani

World-class prompt powerhouse that generates production-ready mega-prompts for any role, industry, and task through intelligent 7-question flow, 69 comprehensive presets across 15 professional domains (technical, business, creative, legal, finance, HR, design, customer, executive, manufacturing, R&D, regulatory, specialized-technical, research, creative-media), multiple output formats (XML/Claude/ChatGPT/Gemini), quality validation gates, and contextual best practices from OpenAI/Anthropic/Google. Supports both core and advanced modes with testing scenarios and prompt variations.

353
Nov 12, 2025, 03:30 PM

scrum-master-agent

Content & Writing

by alirezarezvani

Comprehensive Scrum Master assistant for sprint planning, backlog grooming, retrospectives, capacity planning, and daily standups with intelligent context-aware reporting

353
Nov 12, 2025, 03:30 PM

slash-command-factory

Content & Writing

by alirezarezvani

Generate custom Claude Code slash commands through intelligent 5-7 question flow. Creates powerful commands for business research, content analysis, healthcare compliance, API integration, documentation automation, and workflow optimization. Outputs organized commands to generated-commands/ with validation and installation guidance.

353
Nov 12, 2025, 03:30 PM

create-element

Content & Writing

by crafter-station

Create new UI elements for tryelements.dev registry. Use when: (1) Adding new UI components (buttons, inputs, cards), (2) Building integration components (Clerk, Stripe, Uploadthing), (3) Creating theme-related elements, (4) Any shadcn-style registry component. IMPORTANT: For logo components with variants (icon/wordmark/logo + dark/light), use the logo-with-variants skill instead. This skill includes scaffolding, registry schema, and component patterns. ALWAYS use Context7 MCP to fetch latest dependency docs before implementing.

351
Jan 15, 2026, 11:34 PM

logo-with-variants

Content & Writing

by crafter-station

Create logo components with multiple variants (icon, wordmark, logo) and light/dark modes. Use when the user provides logo SVG files and wants to create a variant-based logo component following the Clerk pattern in the Elements project.

351
Jan 15, 2026, 11:34 PM

tech-logos

Content & Writing

by crafter-station

Install official tech brand logos from the Elements registry. Use when user needs logos for tech companies (Clerk, Vercel, GitHub, etc.), AI providers (OpenAI, Anthropic, Claude), social platforms, or any brand assets. Triggers on "logo", "brand", "icon for [company]", "add [company] logo", placeholder logo detection, or when building landing pages, auth UIs, or integrations showcases.

351
Jan 15, 2026, 11:34 PM

h3-pg

Content & Writing

by postgis

PostgreSQL bindings for H3 hexagonal grid system. Use when working with H3 cells in Postgres, including spatial indexing, geometry/geography integration, and raster analysis.

348
Jan 5, 2026, 10:48 AM