Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
workflow-stop-design
工作流暂停逻辑设计方案
aiskillstore/marketplace 232
-
create-skill-file
Guides Claude in creating well-structured SKILL.md files following best practices. Provides clear guidelines for naming, structure, and content organization to make skills easy to discover and execute.
aiskillstore/marketplace 232
-
workflow-interactive-dev
用于开发 FastGPT 工作流中的交互响应。详细说明了交互节点的架构、开发流程和需要修改的文件。
aiskillstore/marketplace 232
-
run-linters
Run linters after code changes to verify code quality. Use this skill after completing code modifications to catch and fix any linting issues.
aiskillstore/marketplace 232
-
create-issue
Create an issue in GitHub or Jira. Automatically detects if GitHub issues are enabled; if so creates a GitHub issue, otherwise creates a Jira issue.
aiskillstore/marketplace 232
-
create-pr
Generate commit message, PR title, and PR body for a pull request. Use when the user wants to create a PR, generate PR content, prepare a pull request, or fill a PR template from code changes.
aiskillstore/marketplace 232
-
unity-editor
Remote control Unity Editor via CLI using unityctl. Use when working with Unity projects to launch/stop editor, enter/exit play mode, compile scripts, view logs, load scenes, run tests, capture screenshots, or execute C# code for debugging. Activate when user mentions Unity, play mode, compilation, or needs to interact with a running Unity Editor.
aiskillstore/marketplace 232
-
java-unit-test
为 Java 项目生成自动化单元测试(JUnit 5 + Mockito)。当用户要求编写单元测试、生成测试用例或提升测试覆盖率时使用。
aiskillstore/marketplace 232
-
linear-issues-write
Create and update Linear issues via CLI (write operations)
aiskillstore/marketplace 232
-
playwright-browser
Control a Playwright browser via CLI - navigate, interact, and screenshot
aiskillstore/marketplace 232
-
compound-docs
Capture solved problems as searchable documentation with pattern detection. This skill auto-triggers when users confirm a fix worked ("that worked", "it's fixed", "working now") or manually via /compound command.
aiskillstore/marketplace 232
-
tmux
Manage tmux sessions for interactive background processes
aiskillstore/marketplace 232
-
linear-milestones-read
List Linear project milestones via CLI (read-only operations)
aiskillstore/marketplace 232
-
linear-issues-read
List and get Linear issues via CLI (read-only operations)
aiskillstore/marketplace 232
-
linear-milestones-write
Create and update Linear project milestones via CLI (write operations)
aiskillstore/marketplace 232
-
linear-projects-write
Create and update Linear projects via CLI (write operations)
aiskillstore/marketplace 232
-
github-pr
GitHub PR utilities for code review workflows
aiskillstore/marketplace 232
-
code-review
Automated PR code review with multi-agent analysis
aiskillstore/marketplace 232
-
psql
Run PostgreSQL queries and meta-commands via CLI
aiskillstore/marketplace 232
-
linear-projects-read
List and get Linear projects via CLI (read-only operations)
aiskillstore/marketplace 232
-
backend-api
Design and implement RESTful API endpoints following REST principles, HTTP standards, and resource-based URL conventions. Use this skill when creating or modifying API endpoints, routes, controllers, request handlers, or API documentation. Apply when working with REST API design, API versioning, HTTP methods (GET, POST, PUT, PATCH, DELETE), URL structure, query parameters, response formatting, status codes, rate limiting, or API middleware. Use when building web services, microservices, or any backend code that exposes HTTP endpoints for client consumption.
aiskillstore/marketplace 232
-
frontend-accessibility
Build accessible user interfaces using semantic HTML, ARIA attributes, keyboard navigation, color contrast, and screen reader compatibility. Use this skill when creating or modifying HTML templates, React/Vue components, forms, interactive elements, navigation menus, modals, or any UI code. Apply when implementing keyboard navigation, focus management, alt text for images, form labels, heading structure, color contrast, or testing with screen readers. Use for all frontend development to ensure interfaces are usable by people with disabilities and meet WCAG accessibility standards.
aiskillstore/marketplace 232
-
backend-migrations
Create and manage database schema migrations with reversibility, zero-downtime deployment support, and proper version control. Use this skill when creating database migration files, modifying schema, adding or removing tables/columns, creating indexes, managing migration rollbacks, or planning database changes. Apply when working with migration files, schema changes, database versioning, or any task involving evolving database structure over time while maintaining backwards compatibility and data integrity.
aiskillstore/marketplace 232
-
global-tech-stack
Understand and apply project-specific technology choices including frameworks, languages, databases, testing tools, and third-party services to maintain consistency across the stack. Use this skill when making technology decisions, adding new dependencies, choosing libraries/frameworks, configuring build tools, setting up databases, implementing authentication, or integrating third-party services. Apply when working with framework-specific code, package managers, ORM configurations, testing setups, deployment configurations, or any task that requires knowledge of the project's chosen technologies to ensure architectural consistency and avoid introducing conflicting tools or patterns.
aiskillstore/marketplace 232