pratos
@pratos
Public Skills
git-commit-workflow
by pratos
Git workflow skill for staging, reviewing, committing, and pushing changes with proper commit message format.
github-issue-searcher
by pratos
Searches and ranks GitHub Issues and Pull Requests for a topic or filter set. Returns structured, de-duplicated results with links. Great for triage, planning, and research.
create-implementation-plan
by pratos
Creates detailed implementation plans through an interactive, iterative process. Use when you need to plan a feature, task, or ticket with thorough research, phased approach, and clear success criteria.
implement-plan
by pratos
Implements an approved technical plan phase by phase. Use when you have a plan document and need to execute it with verification at each step.
codebase-pattern-finder
by pratos
Finds similar implementations, usage examples, or existing patterns that can be modeled after. Returns concrete code examples with file:line references. Like codebase-locator but includes actual code details.
code-duplication-check
by pratos
Prevents recreating existing code by detecting component requests, searching codebase for similar implementations, and offering reuse options before writing new code.
uv-python-execution
by pratos
Enforces using uv to run all Python scripts and ty for type checking. Includes inline script metadata (PEP 723) for one-time scripts with dependencies.
codebase-analyzer
by pratos
Analyzes codebase implementation details with precise file:line references. Use when you need to understand HOW specific code works, trace data flow, or explain technical workings of components.
web-search-researcher
by pratos
Conducts comprehensive web research to find accurate, relevant information. Use when you need modern information only discoverable on the web, documentation, best practices, or technical solutions.
github-issue-reader
by pratos
Reads a specific GitHub Issue or Pull Request and extracts structured, actionable information. Use when you have an issue/PR URL or repo+number (e.g., owner/repo#123).
adb-ui-tree
by pratos
Automates Android UI-tree debugging via ADB. Use when an app blocks UI inspection or accessibility nodes are missing; collects uiautomator dumps, focused window info, and logcat hierarchy dumps for analysis.
claude-code-analyzer
by pratos
Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.
codebase-locator
by pratos
Locates files, directories, and components relevant to a feature or task. Use as a "Super Grep/Glob/LS tool" when you need to find WHERE code lives in a codebase.
python-uv-setup
by pratos
Sets up a modern Python project with uv, ruff, ty, and best practices for AI agent compatibility. Creates publishable packages with proper structure, type hints, and documentation.
codebase-research
by pratos
Conducts comprehensive research across a codebase to answer questions by exploring components, connections, and patterns. Generates mermaid diagrams for architecture visualization. Use for deep architectural understanding or investigating specific topics.