prompt-optimization
π―Skillfrom 89jobrien/steve
Optimizes and refines Claude prompts to improve response quality, clarity, and effectiveness by analyzing and restructuring input instructions.
Installation
npx skills add https://github.com/89jobrien/steve --skill prompt-optimizationSkill Details
Overview
# steve
Centralized repository for Claude Code agent configurations, hooks, commands, skills, and templates.
Project Status
| Metric | Value |
| -------------- | ---------------------------------------------------------------------- |
| Components | 377 total (137 agents, 97 commands, 57 skills, 59 hooks, 27 templates) |
| Test Suite | 415 tests passing |
| Coverage | 82.5% |
| Python | 3.10+ |
Overview
This repository provides a well-organized collection of reusable components for Claude Code, including:
- Agents - Sub-agent configurations organized by domain and specialization
- Hooks - Claude hooks for analysis, guards, workflows, and lifecycle events
- Commands - Slash commands for various development workflows
- Skills - Reusable skills with bundled resources
- Rules - Language and format-specific coding rules
- Templates - Templates for creating new components
Map of Contents
Core Modules
| Module | Description | Location |
| ----------------------------- | ---------------------------------- | ------------------ |
| [Agents](steve/agents/) | Sub-agent configurations by domain | steve/agents/ |
| [Commands](steve/commands/) | Slash commands for workflows | steve/commands/ |
| [Skills](steve/skills/) | Reusable domain knowledge bundles | steve/skills/ |
| [Hooks](steve/hooks/) | Event-driven automation | steve/hooks/ |
| [Templates](steve/templates/) | Component scaffolds | steve/templates/ |
| [Rules](steve/rules/) | Language-specific coding rules | steve/rules/ |
| [Helpers](steve/helpers/) | Python utility modules | steve/helpers/ |
Documentation
| Document | Description |
| ---------------------------------------------- | -------------------------- |
| [Getting Started](docs/GETTING_STARTED.md) | Quick start guide |
| [Installation](docs/INSTALLATION.md) | Detailed installation |
| [Architecture](docs/ARCHITECTURE.md) | System design |
| [Development](docs/DEVELOPMENT.md) | Development workflow |
| [Using Agents](docs/USING_AGENTS.md) | Agent usage guide |
| [Using Commands](docs/USING_COMMANDS.md) | Command usage guide |
| [Using Skills](docs/USING_SKILLS.md) | Skill usage guide |
| [Using Hooks](docs/USING_HOOKS.md) | Hook usage guide |
| [Contributing](docs/CONTRIBUTING.md) | Contribution guidelines |
| [Scripts Reference](docs/SCRIPTS_REFERENCE.md) | Script documentation |
| [FAQ](docs/FAQ.md) | Frequently asked questions |
Repository Structure
```
steve/
βββ agents/ # Sub-agent configurations
β βββ core/ # Core system agents
β βββ development/ # Development workflow agents
β βββ code-quality/ # Code quality and review agents
β βββ expert-advisors/# Domain expert advisors
β βββ ... # More specialized domains
β
βββ hooks/ # Claude hooks
β βββ analyzers/ # Code analysis hooks
β βββ guards/ # Guard hooks (pre-commit checks)
β βββ workflows/ # Workflow automation hooks
β βββ lifecycle/ # Lifecycle event hooks
β βββ context/ # Context management hooks
β
βββ commands/ # Slash commands
β βββ _team/ # Team collaboration commands
β βββ agents/ # Agent management commands
β βββ git/ # Git workflow commands
β βββ dev/ # Development co
More from this repository10
Optimizes database performance by analyzing query patterns, indexing strategies, and recommending structural improvements for database efficiency.
shell-scripting skill from 89jobrien/steve
Identifies and removes unused, unreachable, or redundant code segments during code analysis to improve software maintainability and performance.
Provides network configuration analysis, topology mapping, and infrastructure diagnostic capabilities for network engineering tasks and documentation.
Analyzes website content, metadata, and structure to provide actionable SEO optimization recommendations and performance insights.
Optimizes and refines Claude Code commands by analyzing their efficiency, suggesting performance improvements, and recommending streamlined execution strategies.
Analyzes and provides performance optimization recommendations for Golang codebases, identifying bottlenecks and suggesting efficiency improvements.
url-analysis skill from 89jobrien/steve
tool-presets skill from 89jobrien/steve
Enforces coding standards and best practices for Nathan's development workflow, ensuring consistent code quality across projects.