Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
release
Create a new version release with git tag and GitHub Release. Use when user asks to release, publish, create a new version, or ship a release. (project)
aiskillstore/marketplace 232
-
commit
Create well-formatted git commits with conventional commit messages and emoji. Use when user asks to commit changes, save work, or after completing a task that should be committed.
aiskillstore/marketplace 232
-
quality-reviewer
Deep code review with web research to verify against latest ecosystem. Use when user says 'double check against latest', 'verify versions', 'check security', 'review against docs', or needs deep analysis beyond automatic quality hook.
aiskillstore/marketplace 232
-
debugging
Four-phase debugging framework that ensures root cause identification before fixes. Use when encountering bugs, test failures, unexpected behavior, or when previous fix attempts failed. Enforces investigate-first discipline ('debug this', 'fix this error', 'test is failing', 'not working').
aiskillstore/marketplace 232
-
refactoring
Systematic refactoring with small-step discipline. Use when user says 'refactor', 'clean up', 'restructure', 'extract', 'rename', 'simplify', or mentions code smells. Enforces one change → test → commit cycle. For structural improvements, NOT style/formatting (use /lint). NOT for adding features or fixing bugs.
aiskillstore/marketplace 232
-
casely
Intelligent QA assistant that automates writing test cases from project documentation. Use when the user wants to generate test cases from requirements, runs /init, /parse, /style, /plan, /generate, /export, or works with PDF/DOCX/XLSX requirement documents and TestRail-ready Excel export.
aiskillstore/marketplace 232
-
managing-branches
Investigates and creates Git branches. Triggered when: branch status check, new branch creation, branch-related errors.
aiskillstore/marketplace 232
-
implementing-code
Implements code changes and creates commits. Triggered when: implementation tasks, code changes, feature additions, bug fixes.
aiskillstore/marketplace 232
-
running-tests
Runs tests and handles failures. Triggered when: test execution, verification, test failures, CI checks.
aiskillstore/marketplace 232
-
creating-pull-requests
Creates pull requests with generated descriptions. Triggered when: PR creation, pull request, merge request, code review preparation.
aiskillstore/marketplace 232
-
sleek-design-mobile-apps
Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").
aiskillstore/marketplace 232
-
datetime
Get current date and time in various formats. Use whenever you need the current date, time, timestamps, or formatted datetime values for any purpose (logging, file naming, scheduling, comparisons, etc.)
aiskillstore/marketplace 232
-
examples-code-reviewer
AI-powered code review tool that analyzes code for bugs, style issues, and improvements
aiskillstore/marketplace 232
-
test-build-error
Tests error visibility for build step failures
aiskillstore/marketplace 232
-
test-echo-tool
A tool that echoes its input for testing
aiskillstore/marketplace 232
-
enact-hello-js
A simple JavaScript greeting tool
aiskillstore/marketplace 232
-
enact-formatter
Formats and prettifies JSON with configurable indentation
aiskillstore/marketplace 232
-
enact-firecrawl
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
aiskillstore/marketplace 232
-
writing-hookify-rules
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
aiskillstore/marketplace 232
-
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