Content & Writing

Page 20 of 58

Browse skills in this category.

4108 skills · Showing 1369-1440
Sort by:

ctf-pwn

Content & Writing

by cyberkaida

Solve CTF binary exploitation challenges by discovering and exploiting memory corruption vulnerabilities to read flags. Use for buffer overflows, format strings, heap exploits, ROP challenges, or any pwn/exploitation task.

742
Mar 15, 2026, 07:22 AM

ctf-rev

Content & Writing

by cyberkaida

Solve CTF reverse engineering challenges using systematic analysis to find flags, keys, or passwords. Use for crackmes, binary bombs, key validators, obfuscated code, algorithm recovery, or any challenge requiring program comprehension to extract hidden information.

742
Mar 15, 2026, 07:22 AM

deep-analysis

Content & Writing

by cyberkaida

Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior.

742
Mar 15, 2026, 07:22 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.

729
Jan 18, 2026, 08:11 PM

api-documenter

Content & Writing

by alirezarezvani

Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions.

723
Oct 24, 2025, 12:08 PM

readme-updater

Content & Writing

by alirezarezvani

Keep README files current with project changes. Use when project structure changes, features added, or setup instructions modified. Suggests README updates based on code changes. Triggers on significant project changes, new features, dependency changes.

723
Oct 24, 2025, 12:08 PM

security-auditor

Content & Writing

by alirezarezvani

Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before deployments, or on file changes. Scans for SQL injection, XSS, secrets exposure, auth issues. Triggers on file changes, security mentions, deployment prep.

723
Oct 24, 2025, 12:08 PM

test-generator

Content & Writing

by alirezarezvani

Automatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing. Creates test scaffolding with Jest, Vitest, Pytest patterns. Triggers on new functions, components, test requests, testing mentions.

723
Oct 24, 2025, 12:08 PM

github-assistant

Content & Writing

by khaphanspace

GitHub workflow automation using `gh` CLI. Use when creating PRs, reviewing code, managing issues, auto-replying to fixed issues, adding comments, assigning users, managing labels, merging PRs, or checking CI status. Includes auto-reply script and Vietnamese templates.

719
Dec 22, 2025, 04:06 PM

audit-extractor

Content & Writing

by Layr-Labs

Extract findings from PDF audit reports and convert them to a markdown checklist. Use when the user asks to process an audit report, extract audit findings, or create an audit action items list. (project)

718
Jan 8, 2026, 07:11 PM

integration-test-writer

Content & Writing

by Layr-Labs

Write Solidity integration tests for EigenLayer contracts. Use when the user asks to write integration tests, test user flows, test cross-contract interactions, or test upgrade scenarios. Follows project conventions with User/AVS actors and numbered action steps.

718
Jan 8, 2026, 07:11 PM

interface-lint

Content & Writing

by Layr-Labs

Format and lint Solidity interface files following EigenLayer conventions. Use when the user asks to format an interface, add documentation to an interface, or create a new interface. Ensures proper organization with Errors/Events/Types sub-interfaces.

718
Jan 8, 2026, 07:11 PM

unit-test-writer

Content & Writing

by Layr-Labs

Write Solidity unit tests for EigenLayer contracts. Use when the user asks to write tests, add test coverage, create unit tests, or test a function. Follows project conventions with per-function test contracts and mock dependencies.

718
Jan 8, 2026, 07:11 PM

ast-grep

Content & Writing

by ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.

717
Nov 24, 2025, 12:58 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.

714
Mar 24, 2026, 06:23 AM

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.

714
Mar 24, 2026, 06:23 AM

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.

714
Apr 8, 2026, 09:17 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".

714
Dec 17, 2025, 12:26 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".

714
Mar 25, 2026, 06:19 AM

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.

714
Mar 24, 2026, 06:23 AM

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.

714
Apr 8, 2026, 09:17 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.

714
Mar 24, 2026, 06:23 AM

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

714
Dec 17, 2025, 12:26 PM

release

Content & Writing

by dahlia

Create and publish releases for the Optique project. Use when releasing a new version, creating a patch release, or creating a major/minor release. Handles CHANGES.md updates, version bumping, tagging, and branch management.

694
Apr 14, 2026, 12:06 PM

always-on-guidance

Content & Writing

by joelhooks

Always-on rule-oriented guidance for claude-plugin agents. Use to align behavior, tool usage, and model-specific defaults (GPT-5.2-code vs Opus 4.5) while avoiding deprecated bd/cass references.

687
Feb 6, 2026, 04:42 PM

cli-builder

Content & Writing

by joelhooks

Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.

687
Dec 15, 2025, 03:49 AM

gh-issue-triage

Content & Writing

by joelhooks

GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.

687
Dec 28, 2025, 04:57 AM

hive-workflow

Content & Writing

by joelhooks

Issue tracking and task management using the hive system. Use when creating, updating, or managing work items. Use when you need to track bugs, features, tasks, or epics. Do NOT use for simple one-off questions or explorations.

687
Dec 28, 2025, 04:57 AM

learning-systems

Content & Writing

by joelhooks

Implicit feedback scoring, confidence decay, and anti-pattern detection. Use when understanding how the swarm plugin learns from outcomes, implementing learning loops, or debugging why patterns are being promoted or deprecated. Unique to opencode-swarm-plugin.

687
Dec 15, 2025, 03:49 AM

publish-package-cicd

Content & Writing

by joelhooks

CI/CD publishing workflow for npm packages using Changesets + npm Trusted Publishers (OIDC). Use when setting up automated npm publishing for monorepos, configuring GitHub Actions for releases, troubleshooting workspace:* protocol resolution issues, fixing "Cannot find module" errors in published packages, or debugging npm OIDC authentication. Covers Bun + Turborepo + Changesets + npm Trusted Publishers with workspace protocol resolution.

687
Dec 28, 2025, 04:57 AM

skill-creator

Content & Writing

by joelhooks

Guide for creating effective agent skills. Use when you want to create a new skill, improve an existing skill, or learn best practices for skill development. Helps codify learned patterns into reusable, discoverable skills.

687
Dec 28, 2025, 04:57 AM

skill-creator

Content & Writing

by joelhooks

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.

687
Dec 15, 2025, 03:49 AM

swarm-coordination

Content & Writing

by joelhooks

Multi-agent coordination patterns for OpenCode swarm workflows. Use when working on complex tasks that benefit from parallelization, when coordinating multiple agents, or when managing task decomposition. Do NOT use for simple single-agent tasks.

687
Dec 28, 2025, 04:57 AM

swarm-coordination

Content & Writing

by joelhooks

Multi-agent coordination patterns for OpenCode swarm workflows. Use when working on complex tasks that benefit from parallelization, when coordinating multiple agents, or when managing task decomposition. Do NOT use for simple single-agent tasks.

687
Jan 10, 2026, 06:44 PM

swarm-coordination

Content & Writing

by joelhooks

Multi-agent coordination patterns for OpenCode swarm workflows. Use when work benefits from parallelization or coordination.

687
Feb 6, 2026, 04:42 PM

system-design

Content & Writing

by joelhooks

Principles for building reusable coding systems. Use when designing modules, APIs, CLIs, or any code meant to be used by others. Based on "A Philosophy of Software Design" by John Ousterhout. Covers deep modules, complexity management, and design red flags.

687
Dec 15, 2025, 03:49 AM

aeo-optimization

Content & Writing

by alinaqi

AI Engine Optimization - semantic triples, page templates, content clusters for AI citations

685
Apr 7, 2026, 05:21 AM

agentic-development

Content & Writing

by alinaqi

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

685
Apr 7, 2026, 05:21 AM

ai-models

Content & Writing

by alinaqi

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

685
Apr 7, 2026, 05:21 AM

android-java

Content & Writing

by alinaqi

Android Java development with MVVM, ViewBinding, and Espresso testing

685
Apr 7, 2026, 05:21 AM

android-kotlin

Content & Writing

by alinaqi

Android Kotlin development with Coroutines, Jetpack Compose, Hilt, and MockK testing

685
Apr 7, 2026, 05:21 AM

aws-aurora

Content & Writing

by alinaqi

AWS Aurora Serverless v2, RDS Proxy, Data API, connection pooling

685
Apr 7, 2026, 05:21 AM

aws-dynamodb

Content & Writing

by alinaqi

AWS DynamoDB single-table design, GSI patterns, SDK v3 TypeScript/Python

685
Apr 7, 2026, 05:21 AM

azure-cosmosdb

Content & Writing

by alinaqi

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

685
Mar 31, 2026, 03:27 PM

base

Content & Writing

by alinaqi

Universal coding patterns, constraints, TDD workflow, atomic todos

685
Mar 31, 2026, 03:27 PM

cloudflare-d1

Content & Writing

by alinaqi

Cloudflare D1 SQLite database with Workers, Drizzle ORM, migrations

685
Apr 7, 2026, 05:21 AM

code-deduplication

Content & Writing

by alinaqi

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

685
Apr 7, 2026, 05:21 AM

codex-review

Content & Writing

by alinaqi

OpenAI Codex CLI code review with GPT-5.2-Codex, CI/CD integration

685
Apr 7, 2026, 05:21 AM

commit-hygiene

Content & Writing

by alinaqi

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

685
Apr 7, 2026, 05:21 AM

credentials

Content & Writing

by alinaqi

Centralized API key management from Access.txt

685
Apr 7, 2026, 05:21 AM

database-schema

Content & Writing

by alinaqi

Schema awareness - read before coding, type generation, prevent column errors

685
Apr 7, 2026, 05:21 AM

existing-repo

Content & Writing

by alinaqi

Analyze existing repositories, maintain structure, setup guardrails and best practices

685
Apr 7, 2026, 05:21 AM

firebase

Content & Writing

by alinaqi

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

685
Apr 7, 2026, 05:21 AM

flutter

Content & Writing

by alinaqi

Flutter development with Riverpod state management, Freezed, go_router, and mocktail testing

685
Apr 7, 2026, 05:21 AM

gemini-review

Content & Writing

by alinaqi

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

685
Apr 7, 2026, 05:21 AM

iterative-development

Content & Writing

by alinaqi

TDD iteration loops using Claude Code Stop hooks - runs tests after each response, feeds failures back automatically

685
Apr 7, 2026, 05:21 AM

klaviyo

Content & Writing

by alinaqi

Klaviyo email/SMS marketing - profiles, events, flows, segmentation

685
Apr 7, 2026, 05:21 AM

llm-patterns

Content & Writing

by alinaqi

AI-first application patterns, LLM testing, prompt management

685
Apr 7, 2026, 05:21 AM

medusa

Content & Writing

by alinaqi

Medusa headless commerce - modules, workflows, API routes, admin UI

685
Apr 7, 2026, 05:21 AM

ms-teams-apps

Content & Writing

by alinaqi

Microsoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API

685
Apr 7, 2026, 05:21 AM

playwright-testing

Content & Writing

by alinaqi

E2E testing with Playwright - Page Objects, cross-browser, CI/CD

685
Apr 7, 2026, 05:21 AM

posthog-analytics

Content & Writing

by alinaqi

PostHog analytics, event tracking, feature flags, dashboards

685
Apr 7, 2026, 05:21 AM

project-tooling

Content & Writing

by alinaqi

gh, vercel, supabase, render CLI and deployment platform setup

685
Apr 7, 2026, 05:21 AM

pwa-development

Content & Writing

by alinaqi

Progressive Web Apps - service workers, caching strategies, offline, Workbox

685
Apr 7, 2026, 05:21 AM

react-web

Content & Writing

by alinaqi

React web development with hooks, React Query, Zustand

685
Apr 7, 2026, 05:21 AM

reddit-ads

Content & Writing

by alinaqi

Reddit Ads API - campaigns, targeting, conversions, agentic optimization

685
Apr 7, 2026, 05:21 AM

reddit-api

Content & Writing

by alinaqi

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

685
Apr 7, 2026, 05:21 AM

session-management

Content & Writing

by alinaqi

Context preservation, tiered summarization, resumability

685
Apr 7, 2026, 05:21 AM

shopify-apps

Content & Writing

by alinaqi

Shopify app development - Remix, Admin API, checkout extensions

685
Apr 7, 2026, 05:21 AM

site-architecture

Content & Writing

by alinaqi

Technical SEO - robots.txt, sitemap, meta tags, Core Web Vitals

685
Apr 7, 2026, 05:21 AM

supabase

Content & Writing

by alinaqi

Core Supabase CLI, migrations, RLS, Edge Functions

685
Apr 7, 2026, 05:21 AM

supabase-nextjs

Content & Writing

by alinaqi

Next.js with Supabase and Drizzle ORM

685
Apr 7, 2026, 05:21 AM