Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

xdg/xdg-claude

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
6 indexed skills9 stars

ast-grep
Indexed

Use ast-grep for structural code search and refactoring when editing code structure with ambiguity in text matching, handling "old_string not unique" problems, or performing formatting-independent pattern matching across function signatures, method calls, and class structures

View indexed skill

code-structure
Indexed

Extract file structure (functions, classes, exports) efficiently without reading entire files, using ast-grep, go doc, ctags, or other language-specific tools to get outlines and signatures

View indexed skill

jira-cli
Indexed

Manage Jira issues via command line - read issues, query by filters, create/update issues, add comments, and close issues after work completion.

View indexed skill

jq
Indexed

Extract specific fields from JSON files efficiently using jq instead of reading entire files, saving 80-95% context.

View indexed skill

ripgrep
Indexed

Efficient text search using ripgrep (rg) with one-shot patterns that minimize iterations by getting files, line numbers, and context in a single call

View indexed skill

yq
Indexed

Extract specific fields from YAML files efficiently using qq instead of reading entire files, saving 80-95% context.

View indexed skill