← All creators

djnsty23

User

Autonomous development skills for Claude Code - task loops, testing, and deployment automation

70 indexed · 0 Featured · 3 stars · avg score 65
Prolific

Categories

Indexed Skills (70)

Data & Documents Listed

archive-prd

Archives completed stories from prd.json to reduce token usage.

3 Updated today
djnsty23
AI & Automation Listed

audit

Parallel quality audit across specialized agents. Finds bugs, violations, and quality issues. Use audit for fixes, brainstorm for features.

3 Updated today
djnsty23
Code & Development Listed

autodev-init

Derive this project's actual conventions from its code and write them into a project-local rules file, so autodev enforces what this codebase already decided instead of a generic default.

3 Updated today
djnsty23
AI & Automation Listed

brainstorm

Feature ideation, dead code cleanup, and product thinking. Proposes new features and architecture improvements — not bugs or violations (use audit for those).

3 Updated today
djnsty23
Web & Frontend Listed

browser

Drive a real browser to test a running app — navigate, read the page, click and fill, screenshot, and read console errors. Use for UI verification, form and login flows, and post-deploy checks.

3 Updated today
djnsty23
Data & Documents Listed

clean

Removes temporary screenshots, old backups, stale handoffs, and auto-active flags. Use when project has accumulated temp files.

3 Updated today
djnsty23
AI & Automation Listed

core

The prd.json schema and task system used by every autodev workflow. Load before reading or writing prd.json, creating stories, or interpreting a task's passes field.

3 Updated today
djnsty23
DevOps & Infrastructure Listed

deploy

Deploy workflow for Vercel, Supabase, and CI/CD pipelines. Use for deployment and CI/CD setup.

3 Updated today
djnsty23
Data & Documents Listed

env-vars

Manages environment variables and credentials securely. Use when configuring secrets or .env files.

3 Updated today
djnsty23
Code & Development Listed

fix

Debug and fix a broken build, a runtime error, or a visual bug, closing the loop with a real verification rather than a passing typecheck.

3 Updated today
djnsty23
AI & Automation Listed

iterate

Convergence loop — brainstorm, fix, re-scan until the codebase is clean. Combines brainstorm→apply→auto in one command.

3 Updated today
djnsty23
Code & Development Listed

learn-from-fixes

Rank the failure classes this project actually ships by mining its own fix commits, then propose executable gates for the top ones. Use when the same kind of bug keeps reaching manual QA.

3 Updated today
djnsty23
AI & Automation Listed

migrate

Dependency updates, major version upgrades, and breaking change resolution. Use when updating packages or handling deprecations.

3 Updated today
djnsty23
DevOps & Infrastructure Listed

monitoring

Observability patterns for production - logging, error tracking, analytics. Use when setting up monitoring.

3 Updated today
djnsty23
Code & Development Listed

pr-review

Comprehensive PR review using specialized agents. Use before creating or merging pull requests.

3 Updated today
djnsty23
Data & Documents Listed

preflight

Scaffold and grow a project's executable gate file — the checks that run before every deploy and fail the build on the bug families this project actually ships.

3 Updated today
djnsty23
Code & Development Listed

refactor

Code refactoring patterns - extract, split, restructure without changing behavior.

3 Updated today
djnsty23
Code & Development Listed

review

Review changed code for correctness and quality, then apply the project-specific checks Claude Code's built-in reviewer does not know about.

3 Updated today
djnsty23
Testing & QA Listed

rule-ab-testing

Every proposal gets measured against the current approach and at least one variant before it is adopted, and the measurement is reported. Load before recommending a change, writing a detector, or claiming something is cheap, fast, or better.

3 Updated today
djnsty23
Code & Development Listed

rule-ramifications

The eight ways a change passes typecheck, build, and a clean console and is still wrong. Derived from 3,127 fix commits across three production repos. Load before implementing a feature and again before calling it done.

3 Updated today
djnsty23
AI & Automation Listed

rule-thumb-first

Interface design starts from where the hand is and what each element MEANS, not from a palette. Reach zones, progressive density, and the rule that unearned signal destroys real signal. Load before designing a screen, choosing a theme, or adding colour, motion, or output.

3 Updated today
djnsty23
AI & Automation Listed

rule-verification

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.

3 Updated today
djnsty23
DevOps & Infrastructure Listed

security

Pre-deploy security check. Runs Claude Code's built-in security review, then the stack-specific scans it does not cover — Supabase RLS, migration secrets, and cloud key hygiene.

3 Updated today
djnsty23
Data & Documents Listed

seo

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

3 Updated today
djnsty23
Data & Documents Listed

sprint

Creates or advances sprints in prd.json. Use when starting new work cycles or closing completed sprints.

3 Updated today
djnsty23
Web & Frontend Listed

standards

The conventions this project holds code to — UI state completeness, design tokens, type-safety boundaries, query-key shape, and the anti-patterns to flag on sight.

3 Updated today
djnsty23
AI & Automation Listed

knowledge-agent

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

3 Updated today
djnsty23
AI & Automation Listed

mem-search

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

3 Updated today
djnsty23
Code & Development Listed

memory-backup

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.

3 Updated today
djnsty23
AI & Automation Listed

memory-maintenance

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.

3 Updated today
djnsty23
Data & Documents Listed

doppler

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.

3 Updated today
djnsty23
Code & Development Listed

remotion

Best practices for Remotion - video creation in React. Use when working with video compositions, animations, or subtitles.

3 Updated today
djnsty23
AI & Automation Listed

stripe

Stripe integration patterns - API keys, webhooks, checkout, subscriptions. Loads when working with payments.

3 Updated today
djnsty23
Code & Development Listed

a11y

Accessibility audit against WCAG 2.1 AA — run the automated scan, then the manual checks tooling cannot make, and report in this project's format.

3 Updated today
djnsty23
Code & Development Listed

perf

Web performance audit against this project's Core Web Vitals and bundle budgets, with a fixed report format.

3 Updated today
djnsty23
AI & Automation Listed

rule-windows

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.

3 Updated today
djnsty23
Data & Documents Listed

heal

Sweep every repo you are working on for vulnerabilities an attacker can actually reach, prove each one is reachable, and fix the ones that survive. One word starts the whole operation.

3 Updated today
djnsty23
AI & Automation Listed

phase

Name the phase of app-building you are in and get the two or three sentences that matter for it, plus the skills that already exist for that phase. Use at the start of a phase, or when work has drifted and it is unclear which phase it is in.

3 Updated today
djnsty23
AI & Automation Listed

rule-options-protocol

How to end a turn: a clickable AskUserQuestion panel of vetted, complementary options with a recommendation in every block.

3 Updated today
djnsty23
Data & Documents Listed

rule-report-shell

The house shell for any HTML report, audit, or findings page an agent publishes: summary-first cards that expand on click with staggered detail, themed scrollbars, and a token system that survives both themes. Load before writing or editing an HTML page a person will read.

3 Updated today
djnsty23
Testing & QA Listed

spec

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.

3 Updated today
djnsty23
AI & Automation Listed

telemetry

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".

3 Updated today
djnsty23
AI & Automation Listed

fleet

Shows every Claude Code session on this machine and which ones are blocked on an unanswered question. Use when asked what other sessions are doing, which are waiting, or to open the fleet board.

3 Updated today
djnsty23
AI & Automation Listed

adversarial-loop

Run a cross-vendor tests-first review loop: an adversary model authors failing acceptance tests, the building agent fixes against them, and bounded review rounds end on an exact verdict token. Use for changes where a wrong fix is expensive — gates, harnesses, security paths, anything that grades other code.

3 Updated today
djnsty23
AI & Automation Listed

framework-radar

Research coding agents, agent SDKs, orchestration frameworks, harnesses, protocols, evaluations and relevant videos, then execute every selected hypothesis against the current repository. Use when asked what is new, what agent practices are worth testing, or to run the framework radar.

3 Updated today
djnsty23
Code & Development Listed

marketing-radar

Research current marketing-platform changes and practitioner videos, extract claims with incentives and boundary conditions, then safely execute every selected hypothesis. Use for recurring marketing research, campaign or funnel ideas, and supplied marketing videos.

3 Updated today
djnsty23
Testing & QA Listed

auto

Autonomous task execution with testing and security. Works through all tasks without stopping.

3 Updated today
djnsty23
AI & Automation Listed

rule-diagnosis

A wrong fix costs one cycle; a wrong diagnosis costs every cycle until someone questions the premise. Reproduce before explaining, suspect the frame before inventing a mechanism, and attribute a failure before repairing it. Load before proposing any cause, fix, or explanation.

3 Updated today
djnsty23
Testing & QA Listed

scan

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.

3 Updated today
djnsty23
AI & Automation Listed

setup-project

Scaffolds new projects or onboards existing ones. Detects stack, creates monorepo/single-app, configures strict tooling. Use for greenfield or first-time setup.

3 Updated today
djnsty23
Code & Development Listed

rule-local-first

Verification happens on this machine, in a browser you drive, before anything is pushed. Covers the local gate, the batched publish cadence, why GitHub Actions is not the gate, and why a restored browser session fakes a pass. Load before verifying, before pushing, and before any visual check.

3 Updated today
djnsty23
AI & Automation Listed

sessions

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".

3 Updated today
djnsty23
AI & Automation Listed

prove

Capture the BEFORE state while the defect still reproduces, then the AFTER state once the change works, and put both where a human reviewer sees them. Use at the start of any fix, before the first edit, and again once it works. Also when a reviewer would have to take your word for a change.

3 Updated today
djnsty23
AI & Automation Listed

rule-agent-concurrency

How many agents to spawn, at which model and effort, so a fan-out does not burn the session's limits. Load before spawning subagents, running a workflow, or dispatching background sessions.

3 Updated today
djnsty23
Web & Frontend Listed

rule-design-system

Design-token rules: semantic tokens over inline colors, where tokens are defined, and the one case hardcoded colors are allowed. Load before writing or editing component styles.

3 Updated today
djnsty23
Web & Frontend Listed

design

Creates distinctive UI with preserved structure. Avoids generic AI aesthetics. Use when designing or refining user interfaces.

3 Updated today
djnsty23
AI & Automation Listed

rule-gate-integrity

Ways a gate or test proves nothing while looking decisive: grading a copy of itself, passing on emptiness, a canary firing for the wrong reason, a summary read as a verdict, a probe pointed at the wrong invocation. Load before writing a gate, a mutation harness, or any check guarding generated output.

3 Updated today
djnsty23
Code & Development Listed

ship

Pre-deploy checklist with review, security, and test verification. Use when ready to deploy.

3 Updated today
djnsty23
AI & Automation Listed

auto-brain

Coordinate the fleet while the user is away: survey every repo from git, propose per-repo work grounded in that survey, get one approval, then message the sessions that exist and spawn task chips for repos with none. Never work a repo yourself. Use when asked to run the team overnight or unattended.

3 Updated today
djnsty23
AI & Automation Listed

brain

Boot the fleet overseer from files with full context — role, registries, live fleet state, open work — in one command. Use when starting a fresh Brain session after a restart, a quota wall, or an account switch.

3 Updated today
djnsty23
Code & Development Listed

commit

Standardized git commit, push, and PR creation workflow.

3 Updated today
djnsty23
AI & Automation Listed

isolate

Start work in a fresh git worktree branched from the remote default branch, so parallel agents never share a tree. Use before the first edit of any feature, fix or task, and whenever a repo has more than one session working in it.

3 Updated today
djnsty23
AI & Automation Listed

rule-workflow-spine

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.

3 Updated today
djnsty23
DevOps & Infrastructure Listed

rule-record-size

A record's size is not its payload's size. An enum is as large as its biggest variant, a growable container carries capacity it will never use, and padding is invisible in the source. Multiplied by a million rows that is real memory. Load before defining a struct, enum or cache entry that will exist in bulk.

3 Updated today
djnsty23
Data & Documents Listed

rule-file-organization

Where generated files belong. Archives, backups, handoffs, reports, and screenshots go under .claude/, never the project root. Load before writing any generated artifact.

3 Updated today
djnsty23
AI & Automation Listed

status

Shows sprint progress and task status. Use 'progress' (not 'status' - that's a built-in).

3 Updated today
djnsty23
AI & Automation Listed

show-your-work

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.

3 Updated today
djnsty23
AI & Automation Listed

wizard

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.

3 Updated today
djnsty23
AI & Automation Listed

grilling

Stress-test a plan or decision BEFORE building it. Use when the user says grill me, poke holes in this, stress-test this, or what am I missing, and before executing any plan whose premise nobody has attacked.

3 Updated today
djnsty23
API & Backend Listed

rule-security

Security rules this project always applies: secret handling, input validation, parameterized queries, and Supabase RLS. Load before writing code that touches credentials, user input, queries, or auth.

3 Updated today
djnsty23

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.