Software Development AI Skills

7,121 open-source Software Development AI skills that teach any AI model a new workflow.

Search and filter AI skills

Showing 2,704-2,754 of 7,121 AI skills

AI skills directory results

xenitV1 logo

Tdd Mastery

xenitV1
Community

Test-Driven Development Iron Law. Write the test first. Watch it fail. Write minimal code to pass. No exceptions.

34
231
1 files
View
medusajs logo

Building Storefronts

medusajs
Organization

Load automatically when planning, researching, or implementing Medusa storefront features (calling custom API routes, SDK integration, React Query patterns, data fetching). REQUIRED for all storefront…

27
218
1 files
View
LerianStudio logo

Ring:Generating Pr Descriptions

LerianStudio
Organization

Generating pull request descriptions from git branch changes with automatic title generation, change-type detection, and smart analysis. Uses branch-only scope to avoid full history analysis. Use when…

28
215
Instructions
View
NeverSight logo

Oq

NeverSight
Organization

oQ's opinionated tooling and conventions for JavaScript/TypeScript projects. Based on Anthony Fu's style with personal customizations for UnoCSS, ESLint, pnpm catalog, and automated releases. Use when…

38
210
12 files
View
jamesrochabrun logo

Leetcode Teacher

jamesrochabrun
Community

Interactive LeetCode-style teacher for technical interview preparation. Generates coding playgrounds with real product challenges, teaches patterns and techniques, supports…

25
209
4 files
View
danielvm-git logo

Define Language

danielvm-git
Community

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to specs/UBIQUITOUS_LANGUAGE_LATEST.md. Use when user wants to…

18
206
Instructions
View
meta-quest logo

Hz Store Pwa

meta-quest
Organization

Guides shipping a web app to the Meta Quest and Horizon OS Store as a PWA/TWA — both 2D windowed panels and immersive WebXR/VR. Covers building the web app (IWSDK for WebXR, any responsive PWA for…

17
195
6 files
View
TheBushidoCollective logo

Legacy Code Safety

TheBushidoCollective
Organization

Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.

20
195
Instructions
View
skilld-dev logo

Tanstack Vue Router Skilld

skilld-dev
Organization

Modern and scalable routing for Vue applications. ALWAYS use when writing code importing "@tanstack/vue-router". Consult for debugging, best practices, or modifying @tanstack/vue-router,…

8
180
232 files
View
Impertio-Studio logo

Frappe Core Permissions

Impertio-Studio
Organization

Use when implementing the Frappe/ERPNext permission system. Covers roles, user permissions, perm levels, data masking, and permission hooks for v14/v15/v16. Prevents common access control mistakes and…

53
180
5 files
View
Kilo-Org logo

Angular Signals

Kilo-Org
Organization

Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects…

168
179
1 files
View
jwynia logo

Shared World

jwynia
Community

Maintain a wiki-style world bible for collaborative fiction. Use for long-running story worlds, shared universes, membership sites, or any fiction requiring persistent canonical reference.

20
159
8 files
View
TerminalSkills logo

Actix Web

TerminalSkills
Organization

Actix Web is a powerful, high-performance web framework for Rust. It provides async handlers, type-safe extractors, middleware, and integrates with the Rust ecosystem for building fast, reliable, and…

21
155
1 files
View
omer-metin logo

Ai Code Security

omer-metin
Community

Security vulnerabilities in AI-generated code and LLM applications, covering OWASP Top 10 for LLMs, secure coding patterns, and AI-specific threat modelsUse when "ai code security, llm…

22
152
3 files
View
bobmatnyc logo

Mpm Init

bobmatnyc
Community

Initialize or update project for Claude Code and MPM

34
152
Instructions
View
bitwarden logo

Committing Changes

bitwarden
Organization

Git commit conventions and workflow for Bitwarden repositories. Use when committing code, writing commit messages, or preparing changes for commit. Triggered by "commit", "git commit", "commit…

19
149
5 files
View
diegosouzapw logo

3d Games

diegosouzapw
Community

3D Game Development workflow skill. Use this skill when the user needs 3D game development principles. Rendering, shaders, physics, cameras and the operator should preserve the upstream workflow,…

32
145
2 files
View
trilwu logo

Devirtualizing Vm Protected Code

trilwu
Community

Recover the original logic from code protected by a virtualization obfuscator — VMProtect, Themida/WinLicense, Code Virtualizer, or a custom opcode VM — by locating the VM dispatcher,…

15
144
Instructions
View
instructa logo

Root Cause Finder

instructa
Organization

Performs root-cause-first debugging and review by tracing expected behavior to the first unintended side effect before changing contracts, parsing, or types. Use when debugging protocol errors,…

16
141
Instructions
View
happycapy-ai logo

Capy Video Gen Skill

happycapy-ai
Community

Multi-shot AI video generation pipeline with face identity consistency. Converts scripts or ideas into complete videos using character extraction, storyboarding, frame generation, and video assembly.…

30
138
65 files
View
Wide-Moat logo

Pdf

Wide-Moat
Organization

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Assistant needs to fill in a PDF form or…

29
123
10 files
View
mblode logo

Planning

mblode
Community

Creates and reviews executable implementation plans grounded in repository evidence, with vertical slices, explicit decisions, and verification criteria. Use when asked to "plan this feature",…

11
118
8 files
View
neo4j-contrib logo

Neo4j Driver Python Skill

neo4j-contrib
Organization

Neo4j Python Driver v6 — driver lifecycle, execute_query, managed and explicit transactions, async (AsyncGraphDatabase), result handling, data type mapping, error handling, UNWIND batching, connection…

38
112
4 files
View
Factory-AI logo

Droid Cli

Factory-AI
Organization

Background knowledge for droid-control workflows -- not invoked directly. Droid CLI target patterns, shortcuts, modes, and launch helpers.

15
111
Instructions
View
Hmbown logo

Planar Binding

Hmbown
Community

Use this spell when you need to summon a powerful external entity - a third-party API, a cloud service, another agent - and lock it into serving your workflow under explicit terms.

10
106
Instructions
View
HermeticOrmus logo

Modern Javascript Patterns

HermeticOrmus
Community

Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient…

18
104
Instructions
View
olorehq logo

Olore Codex Latest

olorehq
Organization

Local Codex documentation reference (latest). Use when asked about Codex CLI features, configuration, skills, slash commands, AGENTS.md, MCP integration, or rules.

6
103
14 files
View
agent-skills-hub logo

Api Documentation Generator

agent-skills-hub
Organization

Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices

35
101
Instructions
View
dykyi-roman logo

Analyze Test Coverage

dykyi-roman
Community

Analyzes PHP codebase for test coverage gaps. Detects untested classes, methods, branches, exception paths, and edge cases. Provides actionable recommendations.

25
98
Instructions
View
wasintoh logo

Platform Specialist

wasintoh
Community

Doc-driven platform integration expert. Converts a web app to LINE MINI App (LIFF SDK), PWA (Next.js 16), and Capacitor (iOS/Android). Expo & Tauri are secondary/legacy. ปรัชญาหลัก: ดึง docs…

19
96
Instructions
View
rstackjs logo

Rspack Split Chunks

rstackjs
Organization

Diagnose or tune Rspack splitChunks for duplicate modules, route over-fetching, cache groups, caching, or oversized chunks.

4
93
1 files
View
henkisdabro logo

Google Apps Script

henkisdabro
Community

Comprehensive guide for Google Apps Script development covering all built-in services (SpreadsheetApp, DocumentApp, GmailApp, DriveApp, CalendarApp, FormApp, SlidesApp), triggers, authorisation, error…

12
88
7 files
View
Weaverse logo

Weaverse Hydrogen

Weaverse
Organization

Build Shopify Hydrogen storefronts with Weaverse — components, schemas, loaders, theming, data fetching, React Router v7, deployment, and advanced features.

26
87
18 files
View
jonathimer logo

Developer Email Sequences

jonathimer
Community

When the user wants to create email sequences for developers including onboarding, product updates, re-engagement, or changelog communications. Trigger phrases include "developer emails," "onboarding…

6
87
Instructions
View
AIDotNet logo

Refactor Assistant

AIDotNet
Organization

智能代码重构,提供设计模式建议、代码异味检测和保持行为不变的安全转换策略。

17
85
Instructions
View
dylantarre logo

Web Motion Design

dylantarre
Community

Use when building CSS animations, JavaScript transitions, React/Vue motion, or any browser-based animation work.

12
84
Instructions
View
TestAny-io logo

Api Writer

TestAny-io
Organization

Write API contract, 写接口契约。Use when: PRD 完成后、HLD 之前需要定义 OpenAPI/AsyncAPI/GraphQL/gRPC/WebSocket/SSE/Webhook/SDK/文件格式规范。 也用于既有相关文档的有限增量更新。

23
82
13 files
View
existential-birds logo

Pydantic Ai Tool System

existential-birds
Organization

Register and implement PydanticAI tools with proper context handling, type annotations, and docstrings. Use when adding tool capabilities to agents, implementing function calling, or creating agent…

8
82
Instructions
View
vanillagreencom logo

Iced Rs

vanillagreencom
Organization

Load whenever building or debugging an Iced UI.

31
80
302 files
View
reason-machines logo

Anubis Android App Manager

reason-machines
Organization

Android app manager with VPN integration that freezes/unfreezes app groups based on VPN connection state using Shizuku's pm disable-user

15
80
Instructions
View
mcouthon logo

Phase Review

mcouthon
Community

Review implementation plans from the .tasks/ directory for flaws before committing — either a single phase (phase mode) or across all phases of a task for consistency (cross-phase analyze mode).…

11
79
Instructions
View
AsyrafHussin logo

Laravel Queues

AsyrafHussin
Community

Laravel 13 queue and job patterns — driver choice, job design (idempotency, ShouldQueue, model serialisation), retry and failure handling, worker scaling, Bus batching and chaining, Horizon when…

10
78
24 files
View
serac-labs logo

Change Rollback

serac-labs
Organization

Undo a change already written to a ServiceNow instance — recover the prior payload from sys_update_version, write it back without corrupting it, and know which damage update set back-out, Deleted…

26
78
Instructions
View
zoom logo

Zoom Meeting Sdk Macos

zoom
Organization

Zoom Meeting SDK for macOS native apps. Use when embedding Zoom meetings in macOS with default/custom UI, PKCE + SDK auth, host start/join flows, and desktop meeting feature controllers.

16
78
10 files
View
grasmash logo

Drupal Testing

grasmash
Community

Test-driven development for Drupal with PHPUnit and Drupal Test Traits (DTT). Use when writing or fixing tests, reproducing a bug before fixing it, choosing a bootstrap level (Unit vs Kernel vs…

4
77
Instructions
View
ahmed-lakosha logo

Odoo Upgrade

ahmed-lakosha
Community

Comprehensive Odoo ERP upgrade assistant for migrating modules between Odoo versions (14-19). Handles XML views, Python API changes, JavaScript/OWL components, theme SCSS variables, manifest updates,…

33
74
13 files
View
Cap-go logo

Capacitor App Upgrade V7 To V8

Cap-go
Organization

Guides the agent through upgrading a Capacitor app from v7 to v8. Use when the project is on Capacitor 7 and needs the v8 migration path. Do not use for other major versions, plugin-only upgrades, or…

4
71
1 files
View
richtabor logo

Review Agents Md

richtabor
Community

Creates minimal, effective AGENTS.md files using progressive disclosure. Triggers on "create agents.md", "refactor agents.md", "review my agents.md", "claude.md", or questions about agent…

11
70
Instructions
View
seaworld008 logo

Arena

seaworld008
Community

Specialist orchestrating codex exec / Antigravity CLI through dual paradigms — COMPETE (multi-variant comparison, select best) and COLLABORATE (decompose tasks across engines, integrate). Supports…

11
70
11 files
View
kaivyy logo

Perseus Logic

kaivyy
Community

Business logic, race conditions, and AI security analysis

14
68
Instructions
View
GadaaLabs logo

Ironcore

GadaaLabs
Community

State machines, ISRs, RTOS, hardware abstraction, and timing analysis — domain expertise for electrical and embedded systems engineers

10
67
4 files
View

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇