Content & Writing
Page 20 of 57
Browse skills in this category.
skill-creator
Content & Writingby 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.
github-assistant
Content & Writingby 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.
design-lab
Content & Writingby 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.
agent-browser
Content & Writingby dmmulroy
Browser automation CLI for AI agents using Playwright
index-knowledge
Content & Writingby dmmulroy
Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.
opensrc
Content & Writingby 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.
skill-creator
Content & Writingby 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.
audit-extractor
Content & Writingby 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)
integration-test-writer
Content & Writingby 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.
interface-lint
Content & Writingby 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.
unit-test-writer
Content & Writingby 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.
always-on-guidance
Content & Writingby 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.
cli-builder
Content & Writingby 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.
gh-issue-triage
Content & Writingby joelhooks
GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.
hive-workflow
Content & Writingby 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.
learning-systems
Content & Writingby 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.
publish-package-cicd
Content & Writingby 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.
skill-creator
Content & Writingby 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.
skill-creator
Content & Writingby 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.
swarm-coordination
Content & Writingby 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.
swarm-coordination
Content & Writingby 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.
swarm-coordination
Content & Writingby joelhooks
Multi-agent coordination patterns for OpenCode swarm workflows. Use when work benefits from parallelization or coordination.
system-design
Content & Writingby 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.
create-steering-documents
Content & Writingby jasonkneen
Create comprehensive steering documents for development projects. Generates project-specific standards, git workflows, and technology guidelines in .kiro/steering/ directory.
design-documentation
Content & Writingby jasonkneen
Transform approved requirements into comprehensive technical designs. Define system architecture, component interactions, data models, and interfaces to create a blueprint for implementation.
quality-assurance
Content & Writingby 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.
requirements-engineering
Content & Writingby 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.
spec-driven-development
Content & Writingby 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.
task-breakdown
Content & Writingby 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.
troubleshooting
Content & Writingby 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.
test-script
Content & Writingby 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.
aeo-optimization
Content & Writingby alinaqi
AI Engine Optimization - semantic triples, page templates, content clusters for AI citations
agentic-development
Content & Writingby alinaqi
Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)
android-java
Content & Writingby alinaqi
Android Java development with MVVM, ViewBinding, and Espresso testing
android-kotlin
Content & Writingby alinaqi
Android Kotlin development with Coroutines, Jetpack Compose, Hilt, and MockK testing
aws-aurora
Content & Writingby alinaqi
AWS Aurora Serverless v2, RDS Proxy, Data API, connection pooling
aws-dynamodb
Content & Writingby alinaqi
AWS DynamoDB single-table design, GSI patterns, SDK v3 TypeScript/Python
azure-cosmosdb
Content & Writingby alinaqi
Azure Cosmos DB partition keys, consistency levels, change feed, SDK patterns
cloudflare-d1
Content & Writingby alinaqi
Cloudflare D1 SQLite database with Workers, Drizzle ORM, migrations
code-deduplication
Content & Writingby alinaqi
Prevent semantic code duplication with capability index and check-before-write
codex-review
Content & Writingby alinaqi
OpenAI Codex CLI code review with GPT-5.2-Codex, CI/CD integration
commit-hygiene
Content & Writingby alinaqi
Atomic commits, PR size limits, commit thresholds, stacked PRs
credentials
Content & Writingby alinaqi
Centralized API key management from Access.txt
database-schema
Content & Writingby alinaqi
Schema awareness - read before coding, type generation, prevent column errors
existing-repo
Content & Writingby alinaqi
Analyze existing repositories, maintain structure, setup guardrails and best practices
gemini-review
Content & Writingby alinaqi
Google Gemini CLI code review with Gemini 2.5 Pro, 1M token context, CI/CD integration
iterative-development
Content & Writingby alinaqi
TDD iteration loops using Claude Code Stop hooks - runs tests after each response, feeds failures back automatically
llm-patterns
Content & Writingby alinaqi
AI-first application patterns, LLM testing, prompt management
ms-teams-apps
Content & Writingby alinaqi
Microsoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API
playwright-testing
Content & Writingby alinaqi
E2E testing with Playwright - Page Objects, cross-browser, CI/CD
posthog-analytics
Content & Writingby alinaqi
PostHog analytics, event tracking, feature flags, dashboards
project-tooling
Content & Writingby alinaqi
gh, vercel, supabase, render CLI and deployment platform setup
pwa-development
Content & Writingby alinaqi
Progressive Web Apps - service workers, caching strategies, offline, Workbox
reddit-ads
Content & Writingby alinaqi
Reddit Ads API - campaigns, targeting, conversions, agentic optimization
reddit-api
Content & Writingby alinaqi
Reddit API with PRAW (Python) and Snoowrap (Node.js)
session-management
Content & Writingby alinaqi
Context preservation, tiered summarization, resumability
shopify-apps
Content & Writingby alinaqi
Shopify app development - Remix, Admin API, checkout extensions
site-architecture
Content & Writingby alinaqi
Technical SEO - robots.txt, sitemap, meta tags, Core Web Vitals
supabase-nextjs
Content & Writingby alinaqi
Next.js with Supabase and Drizzle ORM
supabase-node
Content & Writingby alinaqi
Express/Hono with Supabase and Drizzle ORM
supabase-python
Content & Writingby alinaqi
FastAPI with Supabase and SQLAlchemy/SQLModel
team-coordination
Content & Writingby alinaqi
Multi-person projects - shared state, todo claiming, handoffs