TopRank Skills

tools automation tools Skills

Discover the best skills in this category.

close tools automation tools close Sort: Stars
Showing 10044 results
Nexters

code-conventions

by Nexters

star 1

프로젝트 코딩 컨벤션 (네이밍 규칙, 폴더 구조, 컴포넌트 패턴). 새 파일/컴포넌트 생성, 프로젝트 구조 질문 시 사용.

hrntknr

impl

by hrntknr

star 1

Implementation cycle skill to iteratively develop, review, and refine code in small scopes until completion.

lilpacy

implement-design

by lilpacy

star 1

Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files,...

idmyn

openspec

by idmyn

star 1

Manages spec-driven development with OpenSpec. Use when creating change proposals, planning features, implementing from...

evanfang0054

component-docs-batcher

by evanfang0054

star 1

批量生成和维护前端组件库文档的自动化工具。专为 Monorepo 组件库设计(如 atom-ui-mobile),通过对比组件文件和文档的修改时...

evanfang0054

code-fragment-extractor

by evanfang0054

star 1

仔细彻底阅读探索用户提供的代码目录/文件,分析拆解出对应的代码片段以供参考,颗粒度细到功能级别,只做片段提取不改变代码内...

dobachi

auto-build

by dobachi

star 1

Skill for auto-detecting project type and executing builds. Suggests builds after code changes, proposes fixes for build...

dobachi

auto-build

by dobachi

star 1

プロジェクトタイプを自動検出してビルドを実行するスキル。コード変更後にビルドを提案、エラー発生時は修正案を提示。Node.js...

adynato

adynato-github

by adynato

star 1

GitHub workflow conventions for Adynato projects. Covers creating PRs with gh CLI, writing thorough descriptions, and us...

trmcnvn

code-simplifier

by trmcnvn

star 1

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on...

neonwatty

browser-workflow-generato...

by neonwatty

star 1

Generates, creates, or updates browser workflow files. Use this when the user says "generate browser workflows", "create...

neonwatty

validator

by neonwatty

star 1

Runs local validation operations for any project. Auto-detects language/framework and runs linting, type checking, tests...

neonwatty

browser-workflow-to-playw...

by neonwatty

star 1

Translates browser workflow markdown files into Playwright E2E tests for CI. Use this when the user says "convert workfl...

ZhiruiFeng

implementation

by ZhiruiFeng

star 1

Writes new features, refactors code, implements functionality following best practices

ZhiruiFeng

security

by ZhiruiFeng

star 1

Reviews code for security vulnerabilities, identifies security issues, suggests improvements

ZhiruiFeng

research

by ZhiruiFeng

star 1

Analyzes codebase, searches documentation, investigates dependencies and architecture patterns

ntaksh42

code-reviewer

by ntaksh42

star 1

Automated code review with security, performance, and best practices analysis. Use when reviewing pull requests or analy...

ntaksh42

pr-description-generator

by ntaksh42

star 1

Generate comprehensive pull request descriptions with summaries and test plans. Use when creating PR descriptions or doc...

ntaksh42

code-smell-detector

by ntaksh42

star 1

Detect code smells including long methods, large classes, duplicated code, and deep nesting. Use when identifying code q...

ntaksh42

refactoring-suggester

by ntaksh42

star 1

Suggest refactoring opportunities to improve code structure and maintainability. Use when improving code design or reduc...

ryantking

memory-management

by ryantking

star 1

Guide for creating and maintaining repository-local CLAUDE.md files that capture project-specific context, patterns, and...

GzuPark

pr-workflow

by GzuPark

star 1

GitHub PR creation workflow with automated code review. Use when user wants to create a PR, requests `/pr`, or needs to...

yuyu520suki

code-review

by yuyu520suki

star 1

Reviews code changes for bugs, style issues, performance problems, and best practices. Use when reviewing PRs, checking...

bresilla

make

by bresilla

star 1

Use Makefile to config and build the project