Software Engineering Skills
Browse 1,179 curated software engineering skills for Claude Code, Cursor, and Codex. License-verified, MCP-ready, free to start.
Subagent Driven Development
Execute plans via delegate_task subagents (2-stage review).
by NousResearch/hermes-agent / optional-skills/software-development/subagent-driven-development
Subagent-Driven Development
Execute plans via delegate_task subagents (2-stage review).
by NousResearch/hermes-agent / skills/software-development/subagent-driven-development
Suggest Awesome GitHub Copilot Instructions
Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates.
by github/awesome-copilot / skills/suggest-awesome-github-copilot-instructions
Suggest Awesome GitHub Copilot Skills
Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.
by github/awesome-copilot / skills/suggest-awesome-github-copilot-skills
Supabase
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector).
by supabase/agent-skills / skills/supabase
Supabase Nextjs
Next.js with Supabase and Drizzle ORM
by alinaqi/maggy / skills/supabase-nextjs
Supabase Node
Express/Hono with Supabase and Drizzle ORM
by alinaqi/maggy / skills/supabase-node
Supabase Postgres Best Practices
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
by supabase/agent-skills / skills/supabase-postgres-best-practices
Supabase Python
FastAPI with Supabase and SQLAlchemy/SQLModel
by alinaqi/maggy / skills/supabase-python
Svelte 5 and SvelteKit Development Instructions
Svelte 5 and SvelteKit development standards and best practices for component-based user interfaces and full-stack applications
by github/awesome-copilot / instructions/svelte.instructions.md
Svm
Explore Solana's architecture and protocol internals. Covers the SVM execution engine, account model, consensus, transactions, validator economics, data layer, development tooling, and token extensions using the Helius blog, SIMDs, and Agave/Firedancer source code.
by helius-labs/core-ai / helius-skills/svm
Sweep
Detecting unnecessary files, unused code, and orphaned files, and proposing safe deletion. For repo cleanup, dead code removal, or tidying. Don't use for removal execution (Builder), deletion review (Judge), repo structure (Grove), or scope cutting (Void).
by simota/agent-skills / sweep
Swift MCP Expert
Expert assistance for building Model Context Protocol servers in Swift using modern concurrency features and the official MCP Swift SDK.
by github/awesome-copilot / agents/swift-mcp-expert.agent.md
Swift MCP Server Development Guidelines
Best practices and patterns for building Model Context Protocol (MCP) servers in Swift using the official MCP Swift SDK package.
by github/awesome-copilot / instructions/swift-mcp-server.instructions.md
SwiftUI Expert Skill
Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management and `@Observable` data flow, view composition and invalidation/performance, lists and `ForEach` identity, environment usage, localization, animations, Liquid Glass adoption, migrating soft-deprecated APIs, or Instruments `.trace` capture/analysis for hangs, hitches, CPU hotspots, or excessive view updates.
by AvdLee/SwiftUI-Agent-Skill / swiftui-expert-skill
Symfony Development Instructions
Symfony development standards aligned with official Symfony Best Practices
by github/awesome-copilot / instructions/php-symfony.instructions.md
Systematic Debugging
Root-cause route for actual bugs, failing tests, build errors, crashes, stack traces, and unexpected behavior. Do not use for test-first/TDD feature work, test-report packaging, review-feedback handling, or final completion evidence.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/systematic-debugging
Systematic Debugging
4-phase root cause debugging: understand bugs before fixing.
by NousResearch/hermes-agent / skills/software-development/systematic-debugging
Systematic Debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
by guanyang/antigravity-skills / skills/systematic-debugging
System Profile
Profile a target (script, process, GPU, memory, interconnect) for performance analysis. Use when user says "profile", "benchmark", "bottleneck", or wants performance analysis.
by wanshuiyin/Auto-claude-code-research-in-sleep / skills/skills-codex/system-profile
Tables Data Specialist
Data table accessibility specialist for web applications. Use when building or reviewing any data table, sortable table, grid, spreadsheet-like interface, comparison table, pricing table, or any tabular data display. Covers proper markup, scope, caption, headers, sortable columns, responsive patterns, and ARIA grid/treegrid roles. Applies to any web framework or vanilla HTML/CSS/JS.
by Community-Access/accessibility-agents / codex-skills/tables-data-specialist
Tailwind CSS v4+ Installation with Vite
Tailwind CSS v4+ installation and configuration for Vite projects using the official @tailwindcss/vite plugin
by github/awesome-copilot / instructions/tailwind-v4-vite.instructions.md
Tailwind Design System
Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.
by wshobson/agents / plugins/frontend-mobile-development/skills/tailwind-design-system
TanStack Start with Shadcn/ui Development Guide
Guidelines for building TanStack Start applications
by github/awesome-copilot / instructions/tanstack-start-shadcn-tailwind.instructions.md
Task Coordination Strategies
Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.
by wshobson/agents / plugins/agent-teams/skills/task-coordination-strategies
Task Plan Implementation Instructions
Instructions for implementing task plans with progressive tracking and change record - Brought to you by microsoft/edge-ai
by github/awesome-copilot / instructions/task-implementation.instructions.md
Task Rework Executor
Fixes tasks in To Rework by applying reviewer feedback, then returns to To Review. Use when task was rejected during review.
by levnikolaevich/claude-code-skills / plugins/agile-workflow/skills/ln-403-task-rework
TaskSync V5 Protocol
TaskSync V5 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running.
by github/awesome-copilot / instructions/tasksync.instructions.md
Tdd
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
by mattpocock/skills / skills/engineering/tdd
TDD Green Phase - Make Tests Pass Quickly
Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.
by github/awesome-copilot / agents/tdd-green.agent.md
Tdd Guide
Test-first development route for TDD, writing failing tests first, RED -> GREEN -> REFACTOR, and behavior-changing feature/bug/refactor work. Do not use for already-failing test root-cause debugging, test-report packaging, or final completion evidence.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/tdd-guide
TDD Guide
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit.
by alirezarezvani/claude-skills / engineering-team/skills/tdd-guide
TDD Red Phase - Write Failing Tests First
Guide test-first development by writing failing tests that describe desired behaviour from GitHub issue context before implementation exists.
by github/awesome-copilot / agents/tdd-red.agent.md
TDD Refactor Phase - Improve Quality & Security
Improve code quality, apply security best practices, and enhance design whilst maintaining green tests and GitHub issue compliance.
by github/awesome-copilot / agents/tdd-refactor.agent.md
Team Coordination
Multi-person projects - shared state, todo claiming, handoffs
by alinaqi/maggy / skills/team-coordination
Technical Debt Remediation Plan
Generate technical debt remediation plans for code, tests, and documentation.
by github/awesome-copilot / agents/tech-debt-remediation-plan.agent.md
Technology Stack Blueprint Generator
Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development.
by github/awesome-copilot / skills/technology-stack-blueprint-generator
Telegram Bot
Telegram bot development - chatbots, notifications, AI assistants, and group automation
by claude-office-skills/skills / telegram-bot
Template Builder
Interactive guided wizard for creating GitHub issue templates, PR templates, and discussion templates. Answer simple questions and get production-ready YAML templates -- no manual YAML writing required.
by Community-Access/accessibility-agents / codex-skills/template-builder
Tempo
Designing scheduling and time-aware logic for cron, timezone/DST, retry/backoff, and business-calendar systems. Use when schedule design is needed.
by simota/agent-skills / tempo
Temporal Python Testing
Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.
by wshobson/agents / plugins/backend-development/skills/temporal-python-testing
Temporary ID Safe Output
Add temporary ID support to safe-output jobs end to end.
by github/gh-aw / .github/skills/temporary-id-safe-output
Terminal Helper
Fast terminal syntax and command helper for PowerShell and Bash
by github/awesome-copilot / agents/terminal-helper.agent.md
Terraform Style Guide
Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.
by hashicorp/agent-skills / terraform/code-generation/skills/terraform-style-guide
Terraform Test
Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test syntax and execution.
by hashicorp/agent-skills / terraform/code-generation/skills/terraform-test
Testcafe Skill
Generates TestCafe automation tests in JavaScript or TypeScript. Supports local and TestMu AI cloud. Triggers on: "TestCafe", "test cafe", "fixture/test".
by LambdaTest/agent-skills / testcafe-skill
Testcontainers Dotnet
A comprehensive guide for using Testcontainers for .NET (4.10.0+) to write reliable integration tests with Docker containers in .NET projects. Supports 65+ pre-configured modules for databases, message queues, cloud services, and more.
by testcontainers/claude-skills / plugins/testcontainers/skills/testcontainers-dotnet
Testcontainers Go
A comprehensive guide for using Testcontainers for Go to write reliable integration tests with Docker containers in Go projects. Supports 62+ pre-configured modules for databases, message queues, cloud services, and more. Use this skill when writing Go integration tests, setting up test databases (PostgreSQL, MySQL, Redis, MongoDB), testing with message queues (Kafka, RabbitMQ), or creating container-based test infrastructure. Covers modules, generic containers, networking, cleanup, wait strategies, CI/CD integration, and common anti-patterns.
by testcontainers/claude-skills / plugins/testcontainers/skills/testcontainers-go
Test Driven Development
Use when implementing any feature or bugfix, before writing implementation code
by guanyang/antigravity-skills / skills/test-driven-development
Test Driven Development
Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
by addyosmani/agent-skills / skills/test-driven-development
Test Driven Development
TDD: enforce RED-GREEN-REFACTOR, tests before code.
by NousResearch/hermes-agent / skills/software-development/test-driven-development
Test Fixing
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
by mhattingpete/claude-skills-marketplace / engineering-workflow-plugin/skills/test-fixing
Test Framework Migration Skill
Migrates and converts test automation scripts between Selenium, Playwright, Puppeteer, and Cypress. Use when the user asks to migrate, convert, or port tests from one framework to another; rewrite tests in a different framework; or switch from Selenium to Playwright, Playwright to Selenium, Puppeteer to Playwright, Cypress to Playwright, or vice versa. Triggers on: "migrate", "convert", "port", "selenium to playwright", "playwright to selenium", "puppeteer to playwright", "cypress to playwright", "rewrite tests in", "switch from [framework] to [framework]".
by LambdaTest/agent-skills / test-framework-migration-skill
Testing Coach
Accessibility testing coach for web applications. Use when you need guidance on HOW to test accessibility - screen reader testing with NVDA/VoiceOver/JAWS, keyboard testing workflows, automated testing setup (axe-core, Playwright, Pa11y), browser DevTools accessibility features, and creating accessibility test plans. Does not write product code - teaches and guides testing practices.
by Community-Access/accessibility-agents / codex-skills/testing-coach
Test Master
Generates test files, creates mocking strategies, analyzes code coverage, designs test architectures, and produces test plans and defect reports across functional, performance, and security testing disciplines. Use when writing unit tests, integration tests, or E2E tests; creating test strategies or automation frameworks; analyzing coverage gaps; performance testing with k6 or Artillery; security testing with OWASP methods; debugging flaky tests; or working on QA, regression, test automation, quality gates, shift-left testing, or test maintenance.
by Jeffallan/claude-skills / skills/test-master
Testng Skill
Generates TestNG tests in Java with groups, data providers, parallel execution, XML suite configuration, and listeners. Use when user mentions "TestNG", "@DataProvider", "testng.xml", "groups". Triggers on: "TestNG", "@DataProvider", "testng.xml", "TestNG suite", "parallel tests Java".
by LambdaTest/agent-skills / testng-skill
Test Scenarios
Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes. Use when writing QA test cases, creating test plans, defining acceptance tests, or preparing for feature validation.
by phuryn/pm-skills / pm-execution/skills/test-scenarios
Testunit Skill
Generates Test::Unit tests in Ruby. Classic xUnit-style testing with assert methods and test case classes. Use when user mentions "Test::Unit", "assert_equal Ruby", "Ruby test-unit". Triggers on: "Test::Unit", "Ruby test-unit", "assert_equal Ruby" (not RSpec).
by LambdaTest/agent-skills / testunit-skill
Text Quality Reviewer
Non-visual text quality reviewer for web applications. Use when reviewing any page, component, or template for low-quality alt text, aria-labels, or button names. Detects template variables ({0}, {{var}}), code syntax in text attributes (property.alttext), placeholder text as labels, typos in short accessible names, whitespace-only names, and duplicate control labels. Enforces WCAG 1.1.1 (Non-text Content), 4.1.2 (Name, Role, Value), and 2.5.3 (Label in Name). Applies to any web framework or vanilla HTML/CSS/JS.
by Community-Access/accessibility-agents / codex-skills/text-quality-reviewer
Ticket Craft
Create Jira/Asana/Linear tickets optimized for Claude Code execution - AI-native ticket writing
by alinaqi/maggy / skills/ticket-craft
TileDB-VCF
Efficient storage and retrieval of genomic variant data using TileDB. Scalable VCF/BCF ingestion, incremental sample addition, compressed storage, parallel queries, and export capabilities for population genomics.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/tiledbvcf
Tmux
Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts.
by openclaw/openclaw / skills/tmux
To Issues
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
by mattpocock/skills / skills/engineering/to-issues
Tool Design for Agents
Design every tool as a contract between a deterministic system and a non-deterministic agent. Unlike human-facing APIs, agent-facing tools must make the contract unambiguous through the description alone: agents infer intent from descriptions and generate calls that must match expected formats. Every ambiguity becomes a potential failure mode that no amount of prompt engineering can fix.
by guanyang/antigravity-skills / skills/tool-design
To Prd
Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
by mattpocock/skills / skills/engineering/to-prd
Track Management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
by wshobson/agents / plugins/conductor/skills/track-management
Trail
Investigating git history, analyzing regression root causes, and performing code archaeology. Time-travels through commit history to uncover truth. Use when git history investigation or regression analysis is needed.
by simota/agent-skills / trail
Triage
Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
by mattpocock/skills / skills/engineering/triage
Troubleshoot
Systematic debugging with 5-step loop for issues in spaces/[project]/. Use when encountering bugs, test failures, or unexpected behavior.
by TaylorHuston/local-life-manager / .claude/skills/troubleshoot
Turborepo Caching
Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
by wshobson/agents / plugins/developer-essentials/skills/turborepo-caching
Typescript
TypeScript strict patterns and best practices. Trigger: When writing TypeScript code - types, interfaces, generics.
by Gentleman-Programming/Gentleman-Skills / curated/typescript
Typescript
TypeScript strict mode with eslint and jest
by alinaqi/maggy / skills/typescript
TypeScript Advanced Types
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
by wshobson/agents / plugins/javascript-typescript/skills/typescript-advanced-types
Typescript Magician
Designs complex generic types, refactors `any` types to strict alternatives, creates type guards and utility types, and resolves TypeScript compiler errors. Use when the user asks about TypeScript (TS) types, generics, type inference, type guards, removing `any` types, strict typing, type errors, `infer`, `extends`, conditional types, mapped types, template literal types, branded/opaque types, or utility types like `Partial`, `Record`, `ReturnType`, and `Awaited`.
by mcollina/skills / skills/typescript-magician
TypeScript MCP Server Development
Instructions for building Model Context Protocol (MCP) servers using the TypeScript SDK
by github/awesome-copilot / instructions/typescript-mcp-server.instructions.md
Typescript MCP Server Generator
Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration
by github/awesome-copilot / skills/typescript-mcp-server-generator
Typescript Pro
Implements advanced TypeScript type systems, creates custom type guards, utility types, and branded types, and configures tRPC for end-to-end type safety. Use when building TypeScript applications requiring advanced generics, conditional or mapped types, discriminated unions, monorepo setup, or full-stack type safety with tRPC.
by Jeffallan/claude-skills / skills/typescript-pro
Typespec API Operations
Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards
by github/awesome-copilot / skills/typespec-api-operations
Typing Exclusion Worker
Python typing exclusion worker: remove assigned mypy exclusion modules in small scoped batches, fix typing issues, run validation, and produce a structured completion summary. Use when running parallel typing-debt workers or when asked to remove modules from pyproject mypy exclusion overrides.
by getsentry/skills / skills/typing-exclusion-worker
UI Test
AI-powered adversarial UI testing via the browse CLI. Analyzes git diffs to test only what changed, or explores the full app to find bugs. Tests functional correctness, accessibility, responsive layout, and UX heuristics. Use when the user asks to test UI changes, QA a pull request, audit accessibility, or run exploratory testing. Supports local browser (localhost) and remote Browserbase (deployed sites).
by browserbase/skills / skills/ui-test
UI Testing
Visual testing - catch invisible buttons, broken layouts, contrast
by alinaqi/maggy / skills/ui-testing
UI Web
Web UI - glassmorphism, Tailwind, dark mode, accessibility
by alinaqi/maggy / skills/ui-web
Understand
Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand
Understand Diff
Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks
by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-diff
Understand Domain
Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-domain
Understand Explain
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase
by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-explain
Understanding Stability Inference
Use this skill to explain why the Compose compiler classified a class or composable parameter as stable, runtime, unknown, or unstable. Covers the 12-phase inference algorithm, the five compiler-level stability types (Certain / Runtime / Unknown / Parameter / Combined), the generic bitmask encoding (Pair=0b11, ImmutableList=0b1), the Known Stable Constructs registry, and the runtime `$stable: Int` field generated by `@StabilityInferred`. Use when the developer asks "why is X classified as Y?", when a stability report shows a surprising `runtime stable`, `unknown`, or `unstable` verdict, when generics, inheritance, cycles, interfaces, or cross-module classes are involved, or when the user mentions `$stable`, `@StabilityInferred`, separate compilation, or "the compiler thinks my class is unstable but it looks fine".
by skydoves/compose-performance-skills / stability/understanding-stability-inference
Understand Onboard
Use when you need to generate an onboarding guide for new team members joining a project
by Lum1104/Understand-Anything / understand-anything-plugin/skills/understand-onboard
Unit Test Vue Pinia
Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with createTestingPinia; applying Vue Test Utils patterns; and enforcing black-box assertions over implementation details.
by github/awesome-copilot / skills/unit-test-vue-pinia
Universal Janitor
Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.
by github/awesome-copilot / agents/janitor.agent.md
Universal PR Comment Addresser
Address PR comments
by github/awesome-copilot / agents/address-comments.agent.md
Unslop Commit
Rewrites commit messages so they sound like a careful human engineer wrote them. Strips AI/marketing slop ("comprehensive solution", "robust implementation", "leverage", "enhance", "seamlessly", "This commit..."). Keeps Conventional Commits format. Subject ≤72 chars (aim ≤50), imperative mood. Body only when "why" isn't obvious from the subject. Use when user says "humanize commit", "de-slop commit message", "make this commit sound human", "/unslop-commit", "/commit", "write a commit", or pastes a draft commit to clean up. Auto-triggers when staging changes.
by MohamedAbdallah-14/unslop / plugins/unslop/skills/unslop-commit
Unslop Review
Rewrites code review comments so they read like a human teammate wrote them. Cuts corporate-AI throat-clearing ("I noticed...", "I was wondering if perhaps...", "It might be worth considering..."). Each comment is direct: location, the issue, a concrete fix. Use when user says "humanize review", "de-slop PR comment", "make this feedback sound human", "review this PR", "code review", "/review", "/unslop-review". Auto-triggers when reviewing PRs.
by MohamedAbdallah-14/unslop / plugins/unslop/skills/unslop-review
Update Code from Shorthand
Shorthand code will be in the file provided from the prompt or raw data in the prompt, and will be used to update the code file when the prompt has the text `UPDATE CODE FROM SHORTHAND`.
by github/awesome-copilot / instructions/update-code-from-shorthand.instructions.md
Update Implementation Plan
Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.
by github/awesome-copilot / skills/update-implementation-plan
Update LLMs
Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/
by github/awesome-copilot / skills/update-llms
Update Markdown File Index
Update a markdown file section with an index/table of files from a specified folder.
by github/awesome-copilot / skills/update-markdown-file-index
Update Specification
Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.
by github/awesome-copilot / skills/update-specification
Update SwiftUI Apis
Scan Apple's SwiftUI documentation for deprecated APIs and update the SwiftUI Expert Skill with modern replacements. Use when asked to "update latest APIs", "refresh deprecated SwiftUI APIs", "check for new SwiftUI deprecations", "scan for API changes", or after a new iOS/Xcode release. Requires the Sosumi MCP to be available.
by AvdLee/SwiftUI-Agent-Skill / .agents/skills/update-swiftui-apis
Using Git Worktrees
Git worktree management with tmux integration and task dispatch. Use when creating isolated dev environments, launching parallel feature work, running multiple Claude instances, managing worktrees, dispatching tasks to worktree terminals, or cleaning up after merge. Covers worktree creation in .claude/worktrees/, tmux window management in the current session, and command dispatch. Also use when someone says "create a worktree", "launch in a worktree", "worktree for story X", or "parallel development".
by julianobarbosa/claude-code-skills / skills/using-git-worktrees