Content & Writing

Page 20 of 57

Browse skills in this category.

4055 skills · Showing 1369-1440
Sort by:

skill-creator

Content & Writing

by vinhnx

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 VT Code's capabilities with specialized knowledge, workflows, or tool integrations.

752
Jun 14, 2026, 06:31 AM

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.

743
Dec 22, 2025, 04:06 PM

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.

741
Jan 18, 2026, 08:11 PM

agent-browser

Content & Writing

by dmmulroy

Browser automation CLI for AI agents using Playwright

723
Feb 2, 2026, 01:06 PM

index-knowledge

Content & Writing

by dmmulroy

Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.

723
May 9, 2026, 08:41 PM

opensrc

Content & Writing

by dmmulroy

Fetch source code for npm, PyPI, or crates.io packages and GitHub/GitLab repos to provide AI agents with implementation context beyond types and docs. Use when needing to understand how a library works internally, debug dependency issues, or explore package implementations.

723
Jan 20, 2026, 03:43 AM

prd-task

Content & Writing

by dmmulroy

Convert markdown PRDs to executable JSON format. Use after creating a PRD with the prd skill to generate the prd.json for autonomous task completion.

723
Jan 26, 2026, 06:35 PM

skill-creator

Content & Writing

by dmmulroy

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 an agent's capabilities with specialized knowledge, workflows, or tool integrations.

723
Jan 21, 2026, 08:25 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)

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

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

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

720
Jan 8, 2026, 07:11 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.

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

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

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

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

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

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

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

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

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

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

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

717
Dec 15, 2025, 03:49 AM

create-steering-documents

Content & Writing

by jasonkneen

Create comprehensive steering documents for development projects. Generates project-specific standards, git workflows, and technology guidelines in .kiro/steering/ directory.

712
Dec 19, 2025, 08:51 AM

design-documentation

Content & Writing

by jasonkneen

Transform approved requirements into comprehensive technical designs. Define system architecture, component interactions, data models, and interfaces to create a blueprint for implementation.

712
Dec 19, 2025, 08:26 AM

quality-assurance

Content & Writing

by jasonkneen

Comprehensive testing and validation strategies for spec-driven development. Learn phase-specific validation techniques, quality gates, and testing approaches to ensure high-quality implementation.

712
Dec 19, 2025, 08:26 AM

requirements-engineering

Content & Writing

by jasonkneen

Transform vague feature ideas into clear, testable requirements using EARS format. Capture user stories, define acceptance criteria, identify edge cases, and validate completeness before moving to design.

712
Dec 19, 2025, 08:26 AM

spec-driven-development

Content & Writing

by jasonkneen

Systematic three-phase approach to feature development using Requirements, Design, and Tasks phases. Transforms vague feature ideas into well-defined, implementable solutions that reduce ambiguity, improve quality, and enable effective AI collaboration.

712
Dec 19, 2025, 08:26 AM

task-breakdown

Content & Writing

by jasonkneen

Convert technical designs into actionable, sequenced implementation tasks. Create clear coding tasks that enable incremental progress, respect dependencies, and provide a roadmap for systematic feature development.

712
Dec 19, 2025, 08:26 AM

troubleshooting

Content & Writing

by jasonkneen

Diagnose and resolve common issues during spec-driven development and implementation. Learn strategies for handling spec-reality divergence, dependency blocks, unclear requirements, and other execution challenges.

712
Dec 19, 2025, 08:26 AM

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.

710
Apr 14, 2026, 12:06 PM

test-script

Content & Writing

by abhinav

Use when writing or modifying .txt test scripts in testdata/script/ for git-spice - covers txtar format, end-to-end testing, ShamHub forge simulation, interactive prompts, and golden file comparisons for branch operations and stack workflows.

710
Mar 10, 2026, 08:51 PM

aeo-optimization

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

agentic-development

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

ai-models

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

android-java

Content & Writing

by alinaqi

Android Java development with MVVM, ViewBinding, and Espresso testing

701
Apr 7, 2026, 05:21 AM

android-kotlin

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

aws-aurora

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

aws-dynamodb

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

azure-cosmosdb

Content & Writing

by alinaqi

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

701
Mar 31, 2026, 03:27 PM

base

Content & Writing

by alinaqi

Universal coding patterns, constraints, TDD workflow, atomic todos

701
Jul 3, 2026, 05:14 AM

cloudflare-d1

Content & Writing

by alinaqi

Cloudflare D1 SQLite database with Workers, Drizzle ORM, migrations

701
Apr 7, 2026, 05:21 AM

code-deduplication

Content & Writing

by alinaqi

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

701
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

701
Apr 7, 2026, 05:21 AM

commit-hygiene

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

credentials

Content & Writing

by alinaqi

Centralized API key management from Access.txt

701
Apr 7, 2026, 05:21 AM

database-schema

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

existing-repo

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

firebase

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

flutter

Content & Writing

by alinaqi

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

701
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

701
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

701
Apr 7, 2026, 05:21 AM

klaviyo

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

llm-patterns

Content & Writing

by alinaqi

AI-first application patterns, LLM testing, prompt management

701
Apr 7, 2026, 05:21 AM

medusa

Content & Writing

by alinaqi

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

701
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

701
Apr 7, 2026, 05:21 AM

playwright-testing

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

posthog-analytics

Content & Writing

by alinaqi

PostHog analytics, event tracking, feature flags, dashboards

701
Apr 7, 2026, 05:21 AM

project-tooling

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

pwa-development

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

react-web

Content & Writing

by alinaqi

React web development with hooks, React Query, Zustand

701
Apr 7, 2026, 05:21 AM

reddit-ads

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

reddit-api

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

session-management

Content & Writing

by alinaqi

Context preservation, tiered summarization, resumability

701
Apr 7, 2026, 05:21 AM

shopify-apps

Content & Writing

by alinaqi

Shopify app development - Remix, Admin API, checkout extensions

701
Apr 7, 2026, 05:21 AM

site-architecture

Content & Writing

by alinaqi

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

701
Apr 7, 2026, 05:21 AM

supabase

Content & Writing

by alinaqi

Core Supabase CLI, migrations, RLS, Edge Functions

701
Apr 7, 2026, 05:21 AM

supabase-nextjs

Content & Writing

by alinaqi

Next.js with Supabase and Drizzle ORM

701
Apr 7, 2026, 05:21 AM

supabase-node

Content & Writing

by alinaqi

Express/Hono with Supabase and Drizzle ORM

701
Apr 7, 2026, 05:21 AM

supabase-python

Content & Writing

by alinaqi

FastAPI with Supabase and SQLAlchemy/SQLModel

701
Apr 7, 2026, 05:21 AM

team-coordination

Content & Writing

by alinaqi

Multi-person projects - shared state, todo claiming, handoffs

701
Apr 7, 2026, 05:21 AM