Skip to main content
iota9star
GitHub creator profile

iota9star

Repository-level view of 11 collected skills across 2 GitHub repositories.

skills collected
11
repositories
2
updated
Apr 29, 2026
repository explorer

Repositories and representative skills

analyzing-code-structure
software-developers

Performs structural code search and refactoring by matching code structure instead of exact text. Use when editing code structure with text matching ambiguity, handling "old_string not unique" problems, or performing formatting-independent pattern matching…

Dec 24, 2025
viewing-files
network-and-computer-systems-administrators

Enhanced cat clone with syntax highlighting, Git integration, and automatic paging for efficient file content viewing. Use this skill when viewing source files, documentation, or when syntax highlighting would improve readability

Dec 24, 2025
extracting-code-structure
software-developers

Extracts file structure (functions, classes, exports) efficiently without reading entire files, using ast-grep, Dart/Flutter analyzer, ctags, or other language-specific tools to get outlines and signatures. Use this skill when listing all methods, functions,…

Dec 24, 2025
finding-files
software-developers

Performs fast file discovery with parallel search and smart defaults. Use this skill when searching for files by name, pattern, or type, especially when performance matters or when working with large directories

Dec 24, 2025
fuzzy-selecting
software-developers

Provides interactive fuzzy finder for selecting items from any list with preview capabilities. Use this skill when choosing from search results, files, processes, or any command output

Dec 24, 2025
querying-json
software-developers

Extracts specific fields from JSON files efficiently using jq instead of reading entire files, saving 80-95% context. Use this skill when querying JSON files, filtering/transforming data, or getting specific field(s) from large JSON files

Dec 24, 2025
searching-text
software-developers

Performs fast text search with one-shot patterns that minimize iterations by getting files, lines, and context in a single call. Use this skill when searching for text patterns, finding specific code locations, or getting context around matches

Dec 24, 2025
replacing-text
software-developers

Provides intuitive find & replace CLI with JavaScript regex and string-literal mode. Use this skill when performing text replacements, batch transformations, or need JavaScript-style regex syntax

Dec 24, 2025
Showing 8 of 10 collected skills.
Showing 2 of 2 repositories
All repositories loaded