Skip to main content

ilude/claude-code-config

SkillsMP 已收集 ilude/claude-code-config 中的 43 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
43
GitHub 星标
8
GitHub Forks
0

已展示 40 / 43 个已收集 Skill。

职业分类
软件开发工程师
描述

Activate when user needs multi-URL scraping, browser automation pipelines, or efficient tool orchestration to reduce API round-trips and context usage.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Language-agnostic API design patterns covering REST and GraphQL, including resource naming, HTTP methods, status codes, versioning, pagination, filtering, authentication, error handling, and schema design. Activate when working with APIs, REST endpoints,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Git workflow and commit guidelines. Trigger keywords: git, commit, push, .git, version control. MUST be activated before ANY git commit, push, or version control operation. Includes security scanning for secrets (API keys, tokens, .env files), commit message…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Testing workflow patterns and quality standards. Activate when working with tests, test files, test directories, code quality tools, coverage reports, or testing tasks. Includes zero-warnings policy, targeted testing during development, mocking patterns, and…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Ansible automation workflow guidelines. Activate when working with Ansible playbooks, ansible-playbook, inventory files (.yml, .ini), or Ansible-specific patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Claude Code AI-assisted development workflow. Activate when discussing Claude Code usage, AI-assisted coding, prompting strategies, or Claude Code-specific patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guidelines for containerized projects using Docker, Dockerfile, docker-compose, container, and containerization. Covers multi-stage builds, security, signal handling, entrypoint scripts, and deployment workflows.

原文语言:英语

更新
职业分类
软件开发工程师
描述

C# and .NET project workflow guidelines. Activate when working with C# files (.cs), .csproj, .NET projects, or C#-specific tooling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

CSS and styling workflow guidelines. Activate when working with CSS files (.css), Tailwind CSS, Stylelint, or styling-related tasks.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

UI/UX design workflow guidelines. Activate when working with design systems, accessibility (WCAG), user interface patterns, or design tokens.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Django framework workflow guidelines. Activate when working with Django projects, manage.py, django-admin, or Django-specific patterns.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Documentation workflow guidelines. Activate when working with Markdown files (.md), README files, technical documentation, RFCs, ADRs, or specification documents.

原文语言:英语

更新
职业分类
软件开发工程师
描述

FastAPI framework workflow guidelines. Activate when working with FastAPI projects, uvicorn, or FastAPI-specific patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Flask framework workflow guidelines. Activate when working with Flask projects, flask run, or Flask-specific patterns.

原文语言:英语

更新
职业分类
其他办公室和行政支持工作者
描述

GitHub repository templates and configuration. Activate when setting up GitHub repos, CONTRIBUTING.md, CODEOWNERS, issue templates, PR templates, or GitHub Copilot instructions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Go project workflow guidelines. Activate when working with Go files (.go), go.mod, Go modules, golang, or Go-specific tooling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Hanami framework workflow guidelines. Activate when working with Hanami projects, Hanami CLI, or Hanami-specific patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Next.js framework workflow guidelines. Activate when working with Next.js projects, next.config, app router, or Next.js-specific patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python project workflow guidelines. Triggers: .py, pyproject.toml, uv, pip, pytest, Python. Covers package management, virtual environments, code style, type safety, testing, configuration, CQRS patterns, and Python-specific development tasks.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Ruby on Rails framework workflow guidelines. Activate when working with Rails projects, Gemfile with rails, rake tasks, or Rails-specific patterns.

原文语言:英语

更新
职业分类
网页开发工程师
描述

React framework workflow guidelines. Activate when working with React components (.jsx, .tsx), React hooks (useState, useEffect), or React-specific patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Ruby project workflow guidelines. Activate when working with Ruby files (.rb), Gemfile, bundler, or Ruby-specific tooling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Rust project workflow guidelines. Activate when working with Rust files (.rs), Cargo.toml, Cargo.lock, or Rust-specific tooling.

原文语言:英语

更新
职业分类
计算机程序员
描述

Shell script workflow guidelines. Activate when working with shell scripts (.sh), bash scripts, or shell-specific tooling like shellcheck, shfmt.

原文语言:英语

更新
职业分类
数据库架构师
描述

SQL workflow guidelines. Activate when working with SQL files (.sql), database queries, migrations, or SQLFluff.

原文语言:英语

更新
职业分类
软件开发工程师
描述

TypeScript/JavaScript project workflow guidelines using Bun package manager. Triggers on `.ts`, `.tsx`, `bun`, `package.json`, TypeScript. Covers bun run, bun install, bun add, tsconfig.json patterns, ESM/CommonJS modules, type safety, Biome formatting,…

原文语言:英语

更新
职业分类
计算机与信息系统经理
描述

Personal development philosophy emphasizing experiment-driven, fail-fast approach. Activate when planning implementations, reviewing code architecture, making design decisions, or when user asks to apply development principles. Guides against over-engineering…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Principle of Least Astonishment (POLA) - ensure code changes behave as users and developers expect. Activate when making code changes, refactoring, modifying APIs, renaming functions/variables, changing file structure, or reviewing proposed implementations.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Makefile best practices for project automation and build systems. Covers command usage, target organization (PHONY vs file targets), variable management (:=, ?=, =), platform detection, common development targets (clean, test, lint, format, run), DevContainer…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Maintain "just enough" context across work sessions using CURRENT.md, STATUS.md, and LESSONS.md files. Activate when tasks take >15 minutes, touch 3+ files, interruptions likely, or scope uncertain. Includes /snapshot and /pickup commands for saving and…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Best practices for building CLI applications across languages. Covers CLI design principles (Unix philosophy, command structure, subcommands vs flags), argument parsing (required/optional args, flags, environment variables, config files, precedence), user…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guidelines for self-explanatory code and meaningful documentation. Activate when working with comments, docstrings, documentation, code clarity, API documentation, JSDoc, or discussing code commenting strategies. Guides on why over what, anti-patterns,…

原文语言:英语

更新
职业分类
数据库架构师
描述

Language-agnostic database best practices covering migrations, schema design, ORM patterns, query optimization, and testing strategies. Activate when working with database files, migrations, schema changes, SQL, ORM code, database tests, or when user mentions…

原文语言:英语

更新
职业分类
软件开发工程师
描述

DevContainer configuration for consistent development environments with Docker, multi-stage builds, non-root users, environment management, Docker-in-Docker support, and Python with uv. Activate when working with .devcontainer/, devcontainer.json, Dockerfile,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Ignore file management for .gitignore, .dockerignore, and .specstory directories. Includes synchronization, alphabetical ordering, organization, best practices, and testing guidelines. Activate when working with .gitignore, .dockerignore, .specstory files, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guidelines for structured logging, distributed tracing, and debugging patterns across languages. Covers logging best practices, observability, security considerations, and performance analysis.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Python-specific testing practices with pytest, fixtures, mocking, async testing, coverage configuration, and uv execution rules. Activate when working with pytest files, conftest.py, test directories, pyproject.toml testing configuration, or Python…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

TypeScript/JavaScript testing practices with Bun's test runner. Activate when working with bun test, .test.ts, .test.js, .spec.ts, .spec.js, testing TypeScript/JavaScript, bunfig.toml, testing configuration, or test-related tasks in Bun projects.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Guidelines for optimizing Claude rulesets and instruction files (CLAUDE.md, settings.json) using context efficiency principles. Includes strategies for skill extraction, progressive disclosure, token savings calculation, and deduplication. Manually invoke…

原文语言:英语

更新
职业分类
软件开发工程师计算机系统分析师
描述

Apply structured analytical frameworks to any artifact (prompts, systems, documents, code). 12 frameworks in 3 tiers: Core (4 universal), Auto-Invoke (specialized), On-Demand (advanced). Includes adversarial-review for finding blind spots and post-plan…

原文语言:英语

更新
已展示 40 / 43 个已收集 Skill。