All authors
akaszubski avatar

Claude Skills by akaszubski

github.com/akaszubski
27 skillsA× 26B× 17 installs437 views
Advisor TriggersA

Detects when user requests warrant critical analysis via /advise command

developmenttypescriptrust
0
7
Agent Output FormatsA

Standardized output formats for research, planning, implementation, and review agents. Use when generating agent outputs or parsing agent responses.

developmentrustgo
0
7
Api DesignA

REST API design best practices, versioning strategies, error handling, pagination, and OpenAPI documentation. Use when designing or implementing REST APIs, HTTP endpoints, or API documentation.

developmentpythongo
0
7
Architecture PatternsA

This skill should be used when designing system architecture, making architectural decisions, or evaluating design patterns. It provides guidance on common patterns, ADR templates, design principles, and tradeoff analysis.

developmentdocumentation
0
7
Code ReviewA

This skill should be used when reviewing code or preparing code for review. It provides guidelines for what to look for in reviews, how to write constructive feedback, and standards for review comments.

developmentcode-reviewdocumentation
0
7
Consistency EnforcementA

Documentation consistency enforcement - prevents drift between README.md and actual codebase state. Auto-activates when updating docs, committing changes, or working with skills/agents/commands.

developmentpythongo
0
7
Cross Reference ValidationA

Validates all documentation references - file paths, links, line numbers, code examples

developmentgodocumentation
0
7
Database DesignA

Database schema design, migrations, query optimization, and ORM patterns. Use when designing database schemas, writing migrations, optimizing queries, or working with ORMs like SQLAlchemy or Django ORM.

developmentgosql
0
7
Documentation CurrencyA

Detects stale documentation - outdated status markers, old TODOs, version lag

developmentgodocumentation
0
7
Documentation GuideA

Documentation standards and automation. Use when updating docs, writing guides, or synchronizing code with documentation.

developmentapidocumentation
0
7
Error Handling PatternsA

Standardized error handling patterns including exception hierarchy, error message formatting, security audit logging, and graceful degradation. Use when raising exceptions, handling errors, or implementing validation.

developmentsecuritydocumentation
0
7
File OrganizationA

Enforces project file organization standards from CLAUDE.md/PROJECT.md - auto-fix mode

developmentgodocumentation
0
7
Git WorkflowA

Git best practices, commit conventions, branching strategies, and pull request workflows. Use when working with git operations, commits, branches, or PRs.

developmentbashgit
0
7
Github WorkflowA

GitHub-first workflow - Issues, PRs, milestones, auto-tracking for solo developer productivity. Includes PR description templates, issue templates, automation patterns, and webhook security.

developmentgobash
0
7
Library Design PatternsA

Standardized library design patterns for autonomous-dev including two-tier design, progressive enhancement, non-blocking enhancements, and security-first architecture. Use when creating or refactoring Python libraries.

developmentpythongo
0
7
ObservabilityA

Structured logging, debugging techniques (pdb/ipdb), profiling (cProfile/line_profiler), stack traces, performance monitoring, and metrics. Use when adding logging, debugging issues, or optimizing performance.

developmentpythonbash
0
7
Project Alignment ValidationA

Semantic validation patterns for PROJECT.md alignment (GOALS, SCOPE, CONSTRAINTS, ARCHITECTURE)

developmentgodocumentation
0
7
Project AlignmentA

PROJECT.md alignment patterns and validation strategies

developmentgo
0
7
Project ManagementA

This skill should be used when creating or updating PROJECT.md files, planning sprints, defining project goals, or managing project scope. It provides templates and best practices for PROJECT.md-first development.

developmentgodocumentation
0
7
Python StandardsA

Python code quality standards (PEP 8, type hints, docstrings). Use when writing Python code.

developmentpythongo
0
7
Research PatternsA

Research methodology and best practices for finding existing patterns

developmentdocumentation
0
7
Security PatternsB

Security best practices, API key management, input validation. Use when handling secrets, user input, or security-sensitive code.

developmentpythonrust
0
7
Semantic ValidationA

GenAI-powered semantic validation - detects outdated docs, version mismatches, and architectural drift

developmentgodocumentation
0
7
Skill Integration TemplatesA

Standardized templates and patterns for integrating skills into agent prompts. Reduces token overhead through reusable skill reference syntax, action verbs, and progressive disclosure usage guidelines.

developmentdocumentation
0
7
Skill IntegrationA

Standardized patterns for how agents discover, reference, and compose skills using progressive disclosure architecture

developmentpythonrust
0
7
State Management PatternsA

State persistence patterns for autonomous-dev including JSON persistence, atomic writes, file locking, crash recovery, and state versioning. Use when implementing stateful libraries or features requiring persistent state.

developmentpythongit
0
7
Testing GuideA

Test-driven development (TDD), unit/integration/UAT testing strategies, test organization, coverage requirements, and GenAI validation patterns. Use when writing tests, validating code, or ensuring quality.

developmentpythongo
0
7