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 6,580-6,630 of 7,121 AI skills

AI skills directory results

MadAppGang logo

Systematic Debugging

MadAppGang
Organization

Use when debugging failures, errors, or unexpected behavior. Covers root cause investigation, data flow tracing, hypothesis-driven debugging, and fix verification to prevent trial-and-error…

26
281
Instructions
View
Mindrally logo

Drupal Development

Mindrally
Organization

Expert guidance for Drupal 10 module development with PHP 8+, SOLID principles, and Drupal coding standards

41
259
Instructions
View
PatternsDev logo

Provide Inject

PatternsDev
Organization

Teaches Vue's provide/inject API for dependency injection across components. Use when deeply nested components need access to ancestor data without threading props through intermediate layers.

27
250
Instructions
View
asgard-ai-platform logo

Algo Seo Crawl

asgard-ai-platform
Organization

Implement a web crawler pipeline covering URL discovery, fetching, parsing, and storage. Use this skill when the user needs to build a site crawler, audit website structure, or collect web data…

29
236
3 files
View
secondsky logo

Api Versioning Strategy

secondsky
Community

Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing multiple API versions, planning breaking changes, or…

31
219
Instructions
View
LerianStudio logo

Ring:Using Outbox

LerianStudio
Organization

Using the transactional-outbox pattern across lib-streaming (writer) and lib-commons/v5/commons/outbox (repository + relay), in two modes. Sweep Mode detects DIY outbox tables, hand-rolled relay…

28
215
Instructions
View
danielvm-git logo

Reset Baseline

danielvm-git
Community

Restore the project to a known clean state between agent runs or experiments. Use between benchmark runs, after a failed spike, or when user wants a clean working tree.

18
206
Instructions
View
TheBushidoCollective logo

Fastapi Validation

TheBushidoCollective
Organization

Use when FastAPI validation with Pydantic models. Use when building type-safe APIs with robust request/response validation.

20
195
Instructions
View
Impertio-Studio logo

Frappe Syntax Print

Impertio-Studio
Organization

Use when creating print formats or generating PDFs in Frappe v14-v16. Covers Jinja print formats, Print Designer [v15+], Letter Head, PDF generation API (get_pdf, download_pdf), Report print formats…

53
180
3 files
View
TerminalSkills logo

Appium

TerminalSkills
Organization

When the user wants to automate mobile app testing on iOS and Android using Appium. Also use when the user mentions "appium," "mobile automation," "iOS testing," "Android testing," "mobile WebDriver,"…

21
155
1 files
View
bobmatnyc logo

Api Design Patterns

bobmatnyc
Community

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

34
152
6 files
View
diegosouzapw logo

Agent Orchestration Multi Agent Optimize V2

diegosouzapw
Community

Multi-Agent Optimization Toolkit workflow skill. Use this skill when the user needs Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use…

32
145
2 files
View
luongnv89 logo

Release Manager

luongnv89
Community

Manage software releases end-to-end: bump version, generate changelog, tag, push, GitHub release, publish to PyPI/npm. Use when asked to ship, cut a release, or tag a version. Don't use for routine…

18
124
8 files
View
travisjneuman logo

Generic React Feature Developer

travisjneuman
Community

Guide feature development for React applications with architecture focus. Covers Zustand/Redux patterns, IndexedDB usage, component systems, lazy loading strategies, and seamless integration. Use when…

22
98
Instructions
View
vasilyu1983 logo

Dev Git Workflow

vasilyu1983
Community

Designs team Git workflows for branching, PRs, and releases. Use when choosing branching models, stacked PRs, merge queues, worktree isolation for agents, or collaboration rules.

19
87
24 files
View
dylantarre logo

Gesture Responses

dylantarre
Community

Use when responding to touch or click interactions - button presses, drag feedback, swipe responses, tap ripples, or any direct manipulation animation.

12
84
Instructions
View
serac-labs logo

Scheduled Jobs

serac-labs
Organization

Create ServiceNow scheduled jobs on sysauto_script — daily/weekly cron patterns, batch processing with time/runtime limits, conditional execution, error notifications, and metrics recording.

26
78
Instructions
View
zenobi-us logo

Cyberwise Feedback

zenobi-us
Organization

Help someone report a problem with Cyberwise itself, or correct something it got wrong - gather the facts the author needs, write it up, and send it to the right place (Discord or a GitHub issue). Use…

6
67
2 files
View
ww-w-ai logo

Bkit Templates

ww-w-ai
Organization

PDCA document templates for consistent documentation. Plan, Design, Analysis, and Report templates. Use proactively when generating PDCA documents. Triggers: template, plan document, design document,…

16
66
Instructions
View
garrytan logo

Skillify

garrytan
CommunityPopular

Codify the most recent successful /scrape flow into a permanent browser-skill on disk. (gstack)

19.9K
133.5K
1 files
View
thedaviddias logo

Broken Images

thedaviddias
CommunityPopular

Use when reviewing image assets, markup, and CDN or build transforms related to Fix broken images. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

6.7K
74.2K
1 files
View
K-Dense-AI logo

Hypogenic

K-Dense-AI
OrganizationPopular

Plans and audits use of ChicagoHAI HypoGeniC/HypoRefine for LLM-assisted hypothesis generation from labeled text datasets. Use for the `hypogenic` package, its task configs, hypothesis banks, or…

4.1K
45.4K
17 files
View
wshobson logo

Git Advanced Workflows

wshobson
CommunityPopular

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories,…

4.2K
39.8K
1 files
View
github logo

Batch Files

github
OrganizationPopular

Expert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to "create a batch file", "write a .bat script", "automate a Windows task", "CMD…

5K
39.1K
9 files
View
anthropics logo

Project Artifact

anthropics
OrganizationPopular

Generate and publish a project status artifact — an opinionated, tabbed status page for a project too big for one update (overview & success criteria, the workstream sequence, next steps, plus…

4.1K
36.4K
2 files
View
RightNow-AI logo

Rust Expert

RightNow-AI
OrganizationPopular

Rust programming expert for ownership, lifetimes, async/await, traits, and unsafe code

2.3K
18.2K
Instructions
View
cursor logo

Principle Foundational Thinking

cursor
OrganizationPopular

Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what concurrent actors share. Get the data structures right so downstream code becomes…

728
8K
Instructions
View
trailofbits logo

Coverage Analysis

trailofbits
OrganizationPopular

Measures and interprets what a fuzzing campaign actually reaches, using llvm-cov, lcov, or a fuzzer's own coverage output. Covers baselining a new campaign, reading coverage reports, and turning…

611
7.1K
2 files
View
tech-leads-club logo

Content To Pipeline

tech-leads-club
OrganizationPopular

When the user wants to turn content into revenue, build a content-led GTM motion, reverse engineer distribution, or repurpose content across platforms. Also use when the user mentions 'content…

530
6.3K
2 files
View
MengTo logo

Add Shader Cursor Trail

MengTo
CommunityPopular

Add the Shaders WebGPU mouse effect used for the Tidal Commons hero: a white twinkling halftone cursor trail driven by ChromaFlow, masked through a DotGrid, finished with chromatic ripples and film…

717
6.1K
6 files
View
FlorianBruniaux logo

Release Notes

FlorianBruniaux
CommunityPopular

Generate release notes in multiple formats from git commits

782
6K
Instructions
View
internet-court logo

Near Smart Contracts

internet-court
OrganizationPopular

NEAR Protocol smart contract development in Rust. Use when writing, reviewing, or deploying NEAR smart contracts. Covers contract structure, state management, cross-contract calls, testing, security,…

106
5.8K
9 files
View
OpenSenseNova logo

Sn Image Imitate

OpenSenseNova
OrganizationPopular

Generates a new image that imitates the style of a reference image while updating content based on user intent. Uses a three-stage pipeline: image annotation (long caption), caption rewriting, and…

392
5.6K
4 files
View
maziyarpanahi logo

Pick A Pii Model

maziyarpanahi
CommunityPopular

Select an on-device OpenMed PII model from the committed registry by language, runtime format, and size budget, then require recall validation before deployment. Use when an agent must choose a local…

677
5.3K
Instructions
View
zebbern logo

Route To Openapi

zebbern
CommunityPopular

Generates RESTful API documentation (OpenAPI 3.0 / Swagger spec) by scanning route definitions in code for Flask, FastAPI, Express, Gin, and other frameworks. Trigger when users ask about API…

464
4.6K
1 files
View
elementalsouls logo

Hunt Spa Api

elementalsouls
CommunityPopular

Discover a single-page-app's hidden backend API from its public JS bundle, then test that API for broken access control / missing authentication. One of the highest-yield web plays in modern recon —…

678
4.5K
Instructions
View
davidondrej logo

Signal From Expert

davidondrej
CommunityPopular

Compare the user's notes with an expert's work on a topic. Return relevant exact quotes, source locations, and at least one gap in the user's thinking. Use only when /signal-from-expert is explicitly…

599
4.1K
3 files
View
NVIDIA logo

Doca Collectx Deployment

NVIDIA
OrganizationPopular

Use this skill to deploy and operate a CollectX (clx) based DOCA telemetry collector on a host or BlueField — wiring providers / counters into the collector, running the collection daemon, and shaping…

397
3.3K
7 files
View
rpamis logo

Openspec Bulk Archive Change

rpamis
OrganizationPopular

Archive multiple completed changes at once. Use when archiving several parallel changes.

295
3.1K
Instructions
View
rohitg00 logo

Replay Learnings

rohitg00
CommunityPopular

Surface past learnings relevant to the current task before starting work. Searches correction history, recalls past mistakes, and applies prior patterns. Use when starting a task, saying "what do I…

286
2.9K
Instructions
View
tradermonty logo

Scenario Analyzer

tradermonty
CommunityPopular

Skill that analyzes 18-month scenarios from a news headline. Runs the primary analysis with the scenario-analyst agent and obtains a second opinion with the strategy-reviewer agent. Generates a…

647
2.8K
4 files
View
yaklang logo

Lattice Crypto Attacks

yaklang
OrganizationPopular

Lattice-based cryptanalysis playbook. Use when attacking RSA via Coppersmith small roots, recovering DSA/ECDSA nonces from bias, solving knapsack problems, or applying LLL/BKZ reduction to…

292
2.2K
Instructions
View
xu-xiang logo

Golang Patterns

xu-xiang
CommunityPopular

用于构建健壮、高效且可维护的Go应用程序的惯用Go模式、最佳实践和约定。

318
1.9K
Instructions
View
benchflow-ai logo

Map Optimization Strategy

benchflow-ai
OrganizationPopular

Strategy for solving constraint optimization problems on spatial maps. Use when you need to place items on a grid/map to maximize some objective while satisfying constraints.

367
1.8K
Instructions
View
Pluviobyte logo

Skill Cover

Pluviobyte
CommunityPopular

Create or revise Chinese social-media covers through the registered Skill-封面 asset system, reusable styles, presenter identities, ratio-specific layouts, and exact replacement prompts. Use only when…

181
1.6K
20 files
View
CoderWanFeng logo

Url2ip

CoderWanFeng
CommunityPopular

将 URL 解析为对应的 IP 地址。当用户提到 URL 转 IP、域名解析 IP、查 IP 时使用。

305
1.4K
1 files
View
uphiago logo

Cors Chain Automation

uphiago
CommunityPopular

Use when a bounded list of authorized API endpoints needs consistent CORS triage before browser validation.

213
1.3K
Instructions
View
ZJU-REAL logo

Skill Content Postmortem

ZJU-REAL
OrganizationPopular

内容复盘与爆款规律提炼。两种模式:(A) 单条复盘 — 分析一条已发布内容为什么爆/扑, 从 Hook、结构、选题、时间、平台适配等维度拆解原因;(B) 规律提炼 — 从多条内容中 提炼爆款共同特征、总结可复制的爆款公式。当用户说"这条为什么火了"、"为什么扑了"、 "复盘"、"分析数据"、"爆款规律"、"总结规律"、"爆款公式"、"内容复盘"、"什么规律"时触发。

175
1.2K
3 files
View
BankrBot logo

Cortx

BankrBot
OrganizationPopular

Check whether an x402 payment endpoint is reliably delivering value before an agent spends USDC on it. Runs a 7-stage verification using real on-chain data.

622
1.2K
2 files
View
kostja94 logo

Docs Page Generator

kostja94
Community

When the user wants to create, optimize, or structure a documentation site. Also use when the user mentions "docs," "documentation site," "docs subdomain," "docs.yourdomain.com," "help center,"…

137
979
Instructions
View
thedivergentai logo

Godot Genre Shooter

thedivergentai
Community

Expert blueprint for TPS/hybrid shooters: soft-lock aim assist, cover validation rays, SpringArm TPS camera, and genre routing to FPS sibling for viewmodel/hitscan feel. Use for third-person/cover…

43
727
11 files
View

Set up your own AI workspace now

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