ClaudSkillsGeneral › Page 144

General-Purpose Claude Skills (Page 144 of 396)

Productivity, automation, knowledge management, integrations, AI tooling, and general-purpose skills for Claude Code.

23,726 skills · updated 2026-05-04 · showing 8581–8640 of 23,726 by quality score

Build interactive CLI questionnaires with validation, conditional logic, parameter mapping, and review capabilities using the question-and-answer library
Score 70/100
Generar la estructura inicial de un paquete R completo incluyendo DESCRIPTION, NAMESPACE, testthat, roxygen2, renv, Git, GitHub Actions CI y archivos de configuración para…
Score 70/100
Create a release checklist and GitHub issue for an R package. Use when the user asks to "create a release checklist" or "start a release" for an R package.
Score 70/100
Detailed implementation guide for generating bug fix release notes from Jira and GitHub PRs
Score 70/100
Use the Anthropic xlsx skill when an agent needs to create, clean up, or modify .xlsx, .xlsm, .csv, or .tsv files as spreadsheet deliverables, not just inspect tabular data.
Score 70/100
Create repository interface for data access abstraction. Use when adding a new resource that needs database operations, defining CRUD interface, or setting up repository pattern.
Score 70/100
Create or update request documents. Auto-fills templates for new requests, updates progress based on implementation for existing ones.
Score 70/100
Orchestrator skill for creating a complete CRUD resource with all layers. Use when creating a new domain entity like notes, users, or courses from scratch.
Score 70/100
Create a resource service for CRUD operations on domain entities. Use when creating services for entities like notes, users, courses that need data operations, authorization, and…
Score 70/100
Generate review checklists for different change types. Use to customize review focus based on what was changed.
Score 70/100
Create React Router 7 routes with proper type imports, loaders, and actions. Use when adding new pages, API endpoints, layouts, or route files.
Score 70/100
Create route definitions for HTTP endpoints. Use when wiring controllers and middleware to HTTP routes. Triggers on "create routes", "router for", "route definitions".
Score 70/100
Use when found gap or repetative issue, that produced by you or implemenataion agent. Esentially use it each time when you say "You absolutly right, I should have done it…
Score 70/100
このスキルは、「ルールを作成」「create rules」「create rules from PR」「extract rules from code」「save best practices to AGENTS.md」「AGENTS.md を整理」「ベストプラクティスを AGENTS.md に追加」「PR から AGENTS.md を更新」「コード規約を…
Score 70/100
Extract a reusable runbook from a successful investigation or troubleshooting session. Use when Claude has just completed a multi-step diagnosis that could help future…
Score 70/100
Create Zod schemas for new entities/resources in the backend. Use when adding a new resource, creating data models, defining DTOs (CreateType, UpdateType), or setting up…
Score 70/100
为任意组件或模块创建/更新 Serena memory 的工作流与格式规范。用于用户要求“源码级梳理并写入 Serena memory”的场景,例如“对 X 进行源码级梳理并写入 Y.md”,或者“分析 X 并生成Serena memory”。适用于组件类/接口名或模块名(如…
Score 70/100
Guide for creating services in the backend. Use when asked to create a service layer component. Directs to the appropriate service skill based on the type of service needed.
Score 70/100
Create a new Bottlerocket settings model with SettingsModel trait implementation
Score 70/100
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…
Score 70/100
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Score 70/100
Create custom slash commands for Claude Code. Use when the user wants to create, add, or build a new slash command, custom command, or save a prompt as a command.
Score 70/100
Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML…
Score 70/100
fluid-slide 项目专用的幻灯片制作规范。 定义了 Grid 布局、MD3 工具类、特殊组件等项目内约定。 配合 quarto-revealjs 技能使用。
Score 70/100
Create a new specification file for the solution, optimized for Generative AI consumption.
Score 70/100
Transform reverse-engineering documentation into GitHub Spec Kit format. Initializes .specify/ directory, creates constitution.md, generates specifications from reverse-engineered…
Score 70/100
Sprint(Iteration) 목표 설정 및 시작. Use when (1) 새 Sprint 시작, (2) Sprint 계획 수립, (3) /SEMO:sprint create 커맨드.
Score 70/100
Scaffold an advanced stateful agent skill with L4 patterns
Score 70/100
Create comprehensive steering documents for development projects. Generates project-specific standards, git workflows, and technology guidelines in .kiro/steering/ directory.
Score 70/100
Cria um novo step para o bootstrap macOS. Use quando o usuário pedir para adicionar uma nova configuração ou instalação ao bootstrap.
Score 70/100
Cria um novo step para o bootstrap macOS. Use quando o usuário pedir para adicionar uma nova configuração ou instalação ao bootstrap.
Score 70/100
Create a single user story outside of a full epic breakdown. Use when the user says 'create a story', 'add a story', or 'I need a new story for X'.
Score 70/100
Design and scaffold a Claude Code sub-agent
Score 70/100
Guide for creating specialized Claude Code subagents with proper YAML frontmatter, focused descriptions, system prompts, and tool configurations.
Score 70/100
Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how…
Score 70/100
Create PDF tables using ReportLab Table class for proper structure detection. Creates tables that Marker and other extractors can parse.
Score 70/100
Break down freeform text (feature specs, meeting notes, bug reports) into structured tusk tasks with deduplication
Score 70/100
按照 agent-almanac 团队模板和注册表规范创建新的团队组合文件。涵盖团队目的 定义、成员选择、协调模式选择、任务分解设计、机器可读配置块、注册表集成 和 README 自动化。适用于定义多智能体工作流、为复杂审查流程组合智能体, 或为反复出现的协作任务创建协调团队。
Score 70/100
Creates tech radar entries with opinionated but balanced technical analysis following the BYOR (Build Your Own Radar) structure.
Score 70/100
Guides users through creating a new TIA XMPP agent based on mistral-minimal. Use when the user wants to create, build, set up, or scaffold a new agent, bot, or when they ask how…
Score 70/100
Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
Score 70/100
Create a new topic file in .notes/ with frontmatter template
Score 70/100
Create traceability matrix mapping intents (INT-*) to requirements (REQ-*) and requirements to all downstream artifacts (design, code, tests, commits, runtime).
Score 70/100
Creates User Stories from UI screens using component-based decomposition. Analyzes screenshots or screen descriptions to identify UI components and generates User Stories with AMP…
Score 70/100
Create a utility service for cross-cutting concerns. Use when creating services for authentication, authorization, email, notifications, or other shared functionality that doesn't…
Score 70/100
Create Value Object for domain modeling following DDD patterns. Use when you need to encapsulate primitive values with validation, business rules, and immutability.
Score 70/100
Skill for creating AI agent projects using the VoltAgent framework. Guide for CLI setup and manual bootstrapping.
Score 70/100
Creates and configures web roles for a Power Pages code site. Web roles control access and permissions for site users, including authenticated and anonymous roles.
Score 70/100
Conversational guide for creating valid YAML workflow definitions. Use when asked to "create a workflow", "new workflow definition", "build a workflow", "workflow YAML", "define…
Score 70/100
Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions.
Score 70/100
Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this.
Score 70/100
创建 Covel 世界包。根据用户概念直接生成 world.yaml + WORLD.md 写入 worlds/ 目录并验证。当用户想创建新世界、新地图、新世界观设定、或者说"帮我搞一个 XX 风格的世界"时触发。
Score 70/100
Compétence globale pour concevoir, structurer et générer de nouvelles compétences (skills) Antigravity claires, cohérentes et respectant strictement les bonnes pratiques…
Score 70/100
Use when setting up a new open-ended goal for autonomy tracking, before starting the first iteration
Score 70/100
Creates a comprehensive easy to follow plan for building out a design. Use when creating an implementation plan from a design.
Score 70/100
Use when creating a new Claude Code plugin or setting up plugin structure - provides complete file organization, manifest format, and component definitions for commands, agents,…
Score 70/100
Use when creating agents.md files - provides plain markdown format with NO frontmatter, free-form structure, and project context guidelines for AI coding assistants
Score 70/100
Create small, focused Pull Requests by splitting implementations into atomic steps. Prevents direct work on main/master branches and enforces safe Git workflows.
Score 70/100
Creates changesets for semantic versioning and automates release notes. Determines correct version bump type (patch/minor/major) and generates well-documented changelog entries.
Score 70/100
Use when creating or improving Claude Code agents. Expert guidance on agent file structure, frontmatter, persona definition, tool access, model selection, and validation against…
Score 70/100
Search all 23,726 General skills →