All authors
djnsty23 avatar

Claude Skills by djnsty23

github.com/djnsty23
67 skillsA× 64B× 2D× 10 installs103 views
Rule VerificationA

What counts as done for each kind of change: the required verification per task type, and the six cross-cutting checks that apply to every task. Load before marking any task complete.

ai-agentsgobash
0
3
Rule WindowsA

Windows-specific development rules: cmd /c wrappers for MCP, dev servers in an external terminal, path conventions, and the Supabase CLI firewall workaround. Load only when working on Windows.

ai-agentsgoshell
0
3
Rule Workflow SpineA

The order the other skills run in. Four steps: isolate, build, prove, ship. Each carries the condition that ends it. Load before starting any feature, fix or task, and whenever you are about to pick a skill and cannot tell which one comes first.

ai-agentsbashgit
0
3
ScanB

Live site QA in a real browser. Scans pages for visual, console, accessibility, and performance regressions, and compares against baselines. Use when testing a running site or after deploying.

ai-agentsjavascriptgo
0
3
SeoA

SEO audit — verify metadata, structured data, and crawlability against a pre-launch checklist, and validate the JSON-LD actually parses.

developmentgobash
0
3
SessionsA

Sweep Claude Code Desktop sessions — classify which are finished, check their worktrees are safe to discard, write resume stubs, and archive the safe ones. Use for "archive finished sessions", "session cleanup", "how many sessions do I have open".

ai-agentsgobash
0
3
Show Your WorkA

Keep a reviewable decision trail for work nobody is watching: an unattended or scheduled run, a multi-phase build, a fleet of agents, or anything a human will review after stepping away. Use when starting such work, or when asked to show your work.

ai-agentsrustbash
0
3
SpecA

Turns a one-line product idea into a spec, a data model and a prd.json backlog, so setup-project and auto can run without a manual planning hop. Use when the user describes something to build rather than a change to make.

ai-agentsgobash
0
3
TelemetryA

Show tool-usage stats from the local telemetry log — which tools a session burns context on, which days were busy, what failed. Use for "tool stats", "what did I spend context on", "which tools am I using most".

ai-agentsbashnode
0
3
WizardA

Work is blocked on something only the user can do: choosing a browser or account, clicking a dashboard toggle, entering a credential, approving a grant, plugging in a device. Load the moment an error names a human decision, before retrying it.

ai-agentsgobash
0
3
Writing For AgentsA

Writing a document another agent will execute: a SKILL.md, a CLAUDE.md or AGENTS.md line, a subagent brief, a scheduled-task prompt, a doc reached by a pointer. Use when creating or editing any of those.

ai-agentsgobash
0
3
Knowledge AgentA

Distill accumulated observations for a code area into a focused domain knowledge brief

ai-agentsgobash
0
3
Mem DashboardA

Render a compact markdown dashboard of the project's memory — stats, per-type breakdown, top code areas, recent activity and sessions

ai-agentsbashsql
0
3
Mem SearchA

Search persistent project memory across sessions — decisions, bugs, features, discoveries

ai-agentsbashsql
0
3
Memory BackupA

Backs up auto-memory files to a private GitHub repo. One-command setup, committed daily via Task Scheduler (or on-demand). Restore is a single clone.

ai-agentsshellbash
0
3
Memory MaintenanceA

Audit and tidy project memory — deduplicate overlapping memories, repair the MEMORY.md index, drop dead links, and refresh CLAUDE.md against what the codebase actually looks like now. Designed to run unattended on a nightly schedule.

ai-agentsgobash
0
3
DopplerD

Manage environment variables with Doppler — auto-install CLI, login, link projects, wrap commands with `doppler run`. Replaces scattered .env files with a hub/spoke architecture.

ai-agentspythongo
0
3