All authors
D0NMEGA avatar

Claude Skills by D0NMEGA

github.com/D0NMEGA
87 skillsA× 870 installs32 views
Donny Session ReportA

Generate a SESSION_REPORT.md summarizing work performed, outcomes, files changed, and context usage read from the live statusline bridge when available. Use at the end of a work session to produce a shareable record of what happened.

ai-agentsbash
0
8
Donny SettingsA

Configures Donny workflow toggles and the model profile. With no argument, runs the interactive settings flow (agents, pipeline, quality gates, git, model, and the text_mode/discuss_mode options); with a profile name, switches the model profile directly. Use to tune which agents run, the model tier, branching, and other workflow options.

ai-agentsbashnode
0
8
Donny ShipA

Ships a verified phase or milestone to a pull request: pushes the branch, builds a clean PR history that drops .planning commits by default, opens the PR with an auto-generated body, and offers review. Use when verification passes and you are ready for code review and merge.

ai-agentsbash
0
8
Donny ThreadA

Creates, lists, or resumes lightweight context threads that carry knowledge across sessions for work that spans multiple sittings but is not yet a phase. Use to park an investigation or line of work and pick it up later from a cold start. No args lists threads; an existing slug resumes; new text creates one.

ai-agentsgobash
0
8
Donny Ui PhaseA

Generates a UI design contract (UI-SPEC.md) that locks spacing, typography, color, copywriting, and component-registry decisions before a frontend phase is planned. Use when starting a UI-heavy or frontend phase, after discuss-phase and before plan-phase, to give the planner a fixed visual contract instead of leaving styling to executor discretion.

ai-agentsbashfrontend
0
8
Donny Ui ReviewA

Runs a retroactive 6-pillar visual audit (copywriting, visuals, color, typography, spacing, registry and experience) of implemented frontend code and writes a scored UI-REVIEW.md with the top priority fixes. Use when grading or reviewing the visual quality of a built frontend phase, after execute-phase; works on any project, managed by donny or not.

ai-agentsbashfrontend
0
8
Donny UpdateA

Updates the installed Donny toolkit from the local source repo using a git-tag version check (no npm), then always reapplies local patches atomically. Use to sync ~/.claude with the donny repo after it advances, or to restore local modifications the redeploy overwrote. Modifies the global install, so it does not auto-run inside donny-autonomous.

ai-agentsbashnode
0
8
Donny Verify WorkA

Validates built features through conversational UAT, one acceptance test at a time with plain-text answers, then diagnoses failures and prepares verified fix plans. Use after executing a phase to confirm it works from the user's perspective and to generate gap-closure plans for anything that fails.

ai-agentsbashtesting
0
8
Donny WorkstreamsA

Manage parallel workstreams within one project milestone: list, create, status, switch, progress, complete, resume. Use when running or tracking several concurrent streams of work inside a single project. Distinct from /donny-env-new, which creates physical multi-repo workspaces; workstreams are a logical concurrency layer tracked by donny-tools.

ai-agentsbashnode
0
8
E2e TestingA

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

ai-agentstypescriptgo
0
8
Eval HarnessA

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

ai-agentsgobash
0
8
Frontend PatternsA

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

ai-agentstypescriptgo
0
8
Frontend SlidesA

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

ai-agentsjavascriptpython
0
8
Golang PatternsA

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

ai-agentsgobash
0
8
Golang TestingA

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

ai-agentsgobash
0
8
Iterative RetrievalA

Pattern for progressively refining context retrieval to solve the subagent context problem

ai-agentsjavascriptgo
0
8
Java Coding StandardsA

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

ai-agentsjavaspring
0
8
Kotlin Coroutines FlowsA

Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.

ai-agentsgokotlin
0
8
Kotlin Exposed PatternsA

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

ai-agentsgokotlin
0
8
Kotlin Ktor PatternsA

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

ai-agentsgokotlin
0
8
Laravel PatternsA

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

ai-agentsphpapi
0
8
Laravel TddA

Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.

ai-agentsphpsql
0
8
Laravel VerificationA

Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

ai-agentsphpbash
0
8
Perl PatternsA

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

ai-agentsgoshell
0
8
Perl TestingA

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

ai-agentsrustgo
0
8
Plankton Code QualityA

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

ai-agentsjavascripttypescript
0
8
Project Guidelines ExampleA

Example project-specific skill template based on a real production application.

ai-agentstypescriptpython
0
8
Python PatternsA

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

ai-agentspythongo
0
8
Rust PatternsA

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

ai-agentsrustgo
0
8
Skill StocktakeA

Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

ai-agentspythongo
0
8
Springboot PatternsA

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

ai-agentsrustgo
0
8
Springboot TddA

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

ai-agentsgojava
0
8
Springboot VerificationA

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

ai-agentsjavabash
0
8
Strategic CompactA

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

ai-agentsnodetesting
0
8
Tdd WorkflowA

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

ai-agentstypescriptgo
0
8
Verification LoopA

A comprehensive verification system for Claude Code sessions.

ai-agentsjavascripttypescript
0
8
Web ResearchA

Default method for ANY web search, web research, or "find the best tools/libraries/papers/prior-art" task — including Donny research phases and donny-plan-phase. Use browser-harness (real Chrome, beats blocks/logins) plus the multi-source scrapers in ~/.claude/scrapers. Prefer this over WebSearch/WebFetch for anything beyond a trivial single-fact lookup.

ai-agentspythongo
0
8