Back to categories
Category

Agent Skills in category: Uncategorized

72183 skills match this category. Browse curated collections and explore related Agent Skills.

english-text-editor

Suggests improvements for English language text but does not rewrite the original. Use when asked to correct spelling or wording and the text is English.

bkircher
bkircher
101

gh-address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

bkircher
bkircher
101

gh-run-failure

Use to analyze failures in GitHub pipelines or jobs.

bkircher
bkircher
101

git-commit-message

Formulate a git commit message. Use this skill whenever asked to create a commit message.

bkircher
bkircher
101

gh-code-review

Conduct a thorough and in-depth code review. Use this skill when conducting a code review for a PR on GitHub.

bkircher
bkircher
101

jira-read-ticket

Use whenever a user mentions or references a Jira ticket and you want to pull out description, comments, or more.

bkircher
bkircher
101

jira-write-ticket

Use when asked to write a Jira ticket.

bkircher
bkircher
101

terraform

Use when writing Terraform.

bkircher
bkircher
101

unit-testing

Use when writing or updating unit tests (in any language).

bkircher
bkircher
101

batch-notification

Send IM messages to users in batch. Used for notifying specific user groups, sending after table filtering, all-staff notifications, etc. Use this Skill when administrators request batch notifications, mass messaging, or notifications after table filtering. Trigger words: notify/send/mass + users/batch/table.

Harryoung
Harryoung
9117

satisfaction-feedback

Handle user satisfaction feedback. When users respond with "satisfied"/"unsatisfied", update FAQ usage count or record BADCASE. Trigger words: satisfied/unsatisfied/resolved/not resolved/thanks/满意/不满意/解决了/没解决/谢谢.

Harryoung
Harryoung
9117

document-conversion

Convert DOC/DOCX/PDF/PPT/PPTX documents to Markdown format. Automatically detect PDF type (electronic/scanned), extract images to separate directory. Use this Skill when administrator onboards non-Markdown documents. Trigger condition: Onboard DOC/DOCX/PDF/PPT/PPTX format files.

Harryoung
Harryoung
9117

excel-parser

Smart Excel/CSV file parsing with intelligent routing based on file complexity analysis. Analyzes file structure (merged cells, row count, table layout) using lightweight metadata scanning, then recommends optimal processing strategy - either high-speed Pandas mode for standard tables or semantic HTML mode for complex reports. Use when processing Excel/CSV files with unknown or varying structure where optimization between speed and accuracy is needed.

Harryoung
Harryoung
9117

expert-routing

Domain expert routing. When the knowledge base cannot answer user questions, find and notify the corresponding expert based on the question domain. Only available in IM mode. Trigger condition: No results in 6-stage retrieval.

Harryoung
Harryoung
9117

large-file-toc

Generate table of contents overview for large files. When onboarded Markdown file exceeds threshold (default 30KB), extract heading structure to create navigation file. Trigger condition: Markdown file size >= 30KB.

Harryoung
Harryoung
9117

git-shallow-clone

Perform a shallow clone of a Git repository to a temporary location.

opendatahub-io
opendatahub-io
1323

gitlab-pipeline-debugger

Debug and monitor GitLab CI/CD pipelines for merge requests. Check pipeline status, view job logs, and troubleshoot CI failures. Use this when the user needs to investigate GitLab CI pipeline issues, check job statuses, or view specific job logs.

opendatahub-io
opendatahub-io
1323

jira-upload-chat-log

Export and upload the current chat conversation as a markdown file attachment to a JIRA ticket for later review and documentation.

opendatahub-io
opendatahub-io
1323

oci-cve-checker

Compare CVE vulnerabilities between two OCI container images and generate reports showing fixed and new CVEs.

opendatahub-io
opendatahub-io
1323

python-packaging-bug-finder

Find known packaging bugs, fixes, and workarounds for Python projects by searching GitHub issues and analyzing their resolution status

opendatahub-io
opendatahub-io
1323

python-packaging-complexity

Analyze Python package build complexity by inspecting PyPI metadata. Evaluates compilation requirements, dependencies, distribution types, and provides recommendations for wheel building strategies.

opendatahub-io
opendatahub-io
1323

python-packaging-env-finder

Investigate environment variables that can be set when building Python wheels for a given project. Analyzes setup.py, CMake files, and other build configuration files to discover customizable build environment variables.

opendatahub-io
opendatahub-io
1323

python-packaging-license-checker

Assess license compatibility for Python package redistribution using SPDX.org license database. Evaluates whether a given license allows building and distributing wheels, with real-time license information lookup.

opendatahub-io
opendatahub-io
1323

python-packaging-license-finder

Deterministically find license information for Python packages by checking PyPI metadata first, then falling back to Git repository LICENSE files using shallow cloning.

opendatahub-io
opendatahub-io
1323

python-packaging-source-finder

Locate source code repositories for Python packages by analyzing PyPI metadata, project URLs, and code hosting platforms like GitHub, GitLab, and Bitbucket. Provides deterministic results with confidence levels.

opendatahub-io
opendatahub-io
1323

unit-test-project-conformant

Guides the agent to write unit tests that strictly conform to the project's existing testing structure, patterns, and style by learning from similar tests before writing anything new.

opendatahub-io
opendatahub-io
1323

vllm-compare-reqs

Compare vllm requirements files between versions

opendatahub-io
opendatahub-io
1323

vllm-slack-summary

Generate slack summaries of vLLM CI SIG Slack channel activity for the RHAIIS midstream release team

opendatahub-io
opendatahub-io
1323

aws-cli

|

elasticdotventures
elasticdotventures
12

datum-system

|

elasticdotventures
elasticdotventures
12

dry-philosophy

|

elasticdotventures
elasticdotventures
12

direnv-pattern

|

elasticdotventures
elasticdotventures
12

executive-role

|

elasticdotventures
elasticdotventures
12

approach-check

Ask Claude to state its planned approach before writing code, for user approval. Use for medium-complexity tasks where Plan Mode is too heavy but wrong-approach risk exists.

berlysia
berlysia
9

bugfix

Standardized bug fix workflow using TDD (Red-Green-Refactor). Use when fixing bugs, resolving issues, or when the user invokes /bugfix. Ensures root cause analysis, failing test first, then minimal fix.

berlysia
berlysia
9

clarify

Create detailed specifications by iteratively clarifying unclear points for Plan mode. Use when: After completing a plan when detailed requirements need clarification before implementation.

berlysia
berlysia
9

codex-review-cli

Use this skill when you need external perspective for code analysis, architecture advice, debugging guidance, or when stuck on complex problems. Executes Codex CLI in read-only mode for rapid consultation and second opinion. Note that Codex analyzes and suggests improvements but does not implement changes.

berlysia
berlysia
9

codex-review-mcp

Use this skill when completing a plan in Plan mode, when stuck on a complex problem, when needing a second opinion on architecture decisions, when facing difficult debugging, or when the user explicitly asks for Codex review. Invokes OpenAI Codex MCP for external perspective and validation through conversational interface.

berlysia
berlysia
9

commit-conventions

Use this skill when dealing with complex commits involving multiple change types, when unsure how to split changes into atomic commits, when determining appropriate scope for a commit, when writing commit body for non-trivial changes, or when the user asks about commit best practices, semantic versioning impact, or conventional commit format details.

berlysia
berlysia
9

decompose

Decompose complex tasks into detailed, actionable todos. Each todo has a rich description that is executable from the description alone.

berlysia
berlysia
9

docs-audit

Comprehensive documentation audit and refresh. Checks code-documentation drift, generates prioritized report, then updates with approval. Use for: 'ドキュメント監査', 'docs audit', 'ドキュメント棚卸し', 'README全体見直し', 'documentation health check'.

berlysia
berlysia
9

execute-plan

Execute a pre-existing plan file by implementing tasks sequentially with test verification after each step. Use when plan/tasks are already decomposed and ready for implementation.

berlysia
berlysia
9

logic-validation

Validate logical consistency of decisions and claims through context forking. Use proactively when judgment validity is unclear, but prefer direct tools (Read, Bash) for simple verifications like file contents or test results.

berlysia
berlysia
9

optimize-claude-md

Analyze and optimize CLAUDE.md files for quality improvements and token reduction. Supports analysis-only, simplification-only, or full optimization modes. Use when asked to "review", "optimize", "simplify", "improve", "check", or "reduce tokens" in CLAUDE.md.

berlysia
berlysia
9

react-hooks

This skill should be used when the user asks to "review React hooks", "check useEffect usage", "optimize hooks performance", "design custom hooks", "refactor to use hooks", "remove unnecessary useEffect", "simplify useMemo usage", or discusses React hooks patterns. Provides guidance on writing minimal, effective React hooks code.

berlysia
berlysia
9

refine-skill

Analyze and refine existing Claude Code Skills for conciseness and effectiveness. Use when asked to "review", "refine", "improve", "optimize" Skills, or when the user mentions "skill quality", "skill refinement", or wants to make a Skill more concise.

berlysia
berlysia
9

renovate-github-action-guide

Apply the "GitHub Actions and Renovate Guide" to configure repo settings, branch protection, GitHub App/PAT secrets, renovate.json5, and optional CI auto-fix workflow for personal or team GitHub projects. Use when asked to introduce Renovate, enable dependency auto-updates, auto-fix dependency failures, or align settings with the guide.

berlysia
berlysia
9

scope-guard

Analyze task scope and recommend execution strategy (sub-agent, multi-session, or scope cut). Orchestrates existing skills like /decompose, /task-enrich, and /task-handoff.

berlysia
berlysia
9

self-correct-loop

Autonomous implement-build-test-fix loop with configurable max iterations. Shows results only after tests pass or iteration limit is reached. Use for feature implementation where tests already exist.

berlysia
berlysia
9

session-memo

Save current session's problem context as a memo file for cross-session reference. Uses sub-agent to minimize context consumption. Supports two modes - summarize current session or read a past session by ID.

berlysia
berlysia
9

Page 1282 of 1444 · 72183 results