Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
evolution
CRITICAL: Use for makepad-skills self-evolution and contribution. Triggers on:
evolve, evolution, contribute, contribution, self-improve, self-improvement,
add pattern, new pattern, capture learning, document solution,
hooks, hook system, auto-trigger, skill routing,
template, pattern template, shader template, troubleshooting template,
演进, 贡献, 自我改进, 添加模式, 记录学习, 文档化解决方案
ZhangHanDong/makepad-skills 731
-
makepad-deployment
CRITICAL: Use for Makepad packaging and deployment. Triggers on:
deploy, package, APK, IPA, 打包, 部署,
cargo-packager, cargo-makepad, WASM, Android, iOS,
distribution, installer, .deb, .dmg, .nsis,
GitHub Actions, CI, action, marketplace
ZhangHanDong/makepad-skills 731
-
makepad-shaders
CRITICAL: Use for Makepad shader system. Triggers on:
makepad shader, makepad draw_bg, Sdf2d, makepad pixel,
makepad glsl, makepad sdf, draw_quad, makepad gpu,
makepad 着色器, makepad shader 语法, makepad 绘制
ZhangHanDong/makepad-skills 731
-
makepad-animation
CRITICAL: Use for Makepad animation system. Triggers on:
makepad animation, makepad animator, makepad hover, makepad state,
makepad transition, "from: { all: Forward", makepad pressed,
makepad 动画, makepad 状态, makepad 过渡, makepad 悬停效果
ZhangHanDong/makepad-skills 731
-
robius-matrix-integration
CRITICAL: Use for Matrix SDK integration with Makepad. Triggers on:
Matrix SDK, sliding sync, MatrixRequest, timeline,
matrix-sdk, matrix client, robrix, matrix room,
Matrix 集成, 聊天客户端
ZhangHanDong/makepad-skills 731
-
makepad-widgets
CRITICAL: Use for Makepad widgets and UI components. Triggers on:
makepad widget, makepad View, makepad Button, makepad Label, makepad Image,
makepad TextInput, RoundedView, SolidView, ScrollView, "makepad component",
makepad Markdown, makepad Html, TextFlow, rich text, 富文本, markdown渲染,
makepad 组件, makepad 按钮, makepad 列表, makepad 视图, makepad 输入框
ZhangHanDong/makepad-skills 731
-
webrecon
WebRecon - reconnaissance tool using parallel Chrome instances for competitive analysis, design extraction, and API discovery
ozenalp22/webrecon
-
skill-review
raunit-dev/morpho-on-solana
-
morpho-solana-frontend
Build production-ready frontend for Morpho Blue lending protocol on Solana. Covers all 26 program instructions across supply/borrow, flash loans, liquidations, authorization, and admin features. Uses Next.js 14, Anchor client, Jupiter wallet adapter, and Kamino-style UI/UX. Integrates with morpho-solana-builder skill for contract understanding.
raunit-dev/morpho-on-solana
-
thrivve-mc-how-many
Thrivve Partners Monte Carlo simulation to forecast story/task completion based on historical throughput. Use when the user asks "how many stories/tasks will be completed by [date]" with historical daily throughput data. Requires at least 10 days of throughput history and a future target date. Provides probabilistic forecasts at specified confidence levels (default 85%).
blujaxfan/claude_skill_monte_carlo_flow
-
thrivve-mc-when
Thrivve Partners Monte Carlo simulation to forecast completion date based on remaining work and historical throughput. Use when the user asks "when will I complete [N] stories/tasks" with historical daily throughput data. Requires at least 10 days of throughput history, a count of remaining items, and optional confidence level (default 85%).
blujaxfan/claude_skill_monte_carlo_flow
-
PDF Manipulation
Enables Claude to read, manipulate, and fill out PDF forms
bowbozaa/create-skills
-
tech-debt-report
Find TODOs, deprecated APIs, and outdated patterns in codebase
IHKREDDY/agent-skills-ts
-
sprint-summary
Generate sprint review summary from completed Jira tickets
IHKREDDY/agent-skills-ts
-
api-integration
Design and implement REST API integrations with proper error handling, authentication, rate limiting, and testing. Use when building API clients, integrating third-party services, or when users mention API, REST, webhooks, HTTP requests, or service integration.
IHKREDDY/agent-skills-ts
-
work-on-ticket
Pulls ticket details from Jira, creates feature branches with proper naming conventions, and handles planning steps. Use when starting work on a Jira ticket, creating branches for tickets, or when users mention "work on ticket", "start ticket", "create branch for", or Jira ticket IDs.
IHKREDDY/agent-skills-ts
-
hotfix-workflow
Rapid hotfix branch creation, fix application, and PR to main
IHKREDDY/agent-skills-ts
-
create-ticket
Creates Jira tickets with proper formatting, acceptance criteria, and optionally sets up git branches and pull requests. Use when users want to create a new ticket, log a bug, request a feature, or when they mention "create ticket", "new ticket", "log issue", "file bug", or "create Jira".
IHKREDDY/agent-skills-ts
-
auto-commit
Generates semantic commit messages from staged changes. Analyzes git diff and creates conventional commit messages. Use when users want to commit with good messages, mention "commit", "save changes", or ask for commit message suggestions.
IHKREDDY/agent-skills-ts
-
api-docs
Generate OpenAPI/Swagger documentation from code
IHKREDDY/agent-skills-ts
-
code-review
Provides code review guidelines, checklists, and best practices for reviewing pull requests. Use when reviewing code, preparing for code review, or when users mention "code review", "review PR", "review checklist", or "code quality".
IHKREDDY/agent-skills-ts
-
test-generator
Generates unit tests for code. Analyzes functions/classes and creates comprehensive test cases. Use when users want tests, mention "write tests", "add unit tests", "test coverage", or TDD workflows.
IHKREDDY/agent-skills-ts
-
security-scan
Run security checks before PR including secrets, vulnerabilities, and best practices
IHKREDDY/agent-skills-ts
-
dependency-update
Check for outdated packages and create update PRs
IHKREDDY/agent-skills-ts