← All creators

bakw00ds

User

Multi-runtime agent framework (Claude Code, Codex, Antigravity) with hard/soft controls, audit-first hooks, and multi-dev coordination.

51 indexed · 0 Featured · 2 stars · avg score 81
Prolific

Categories

Indexed Skills (51)

AI & Automation Listed

a11y-scan

Run axe-core / Pa11y / Lighthouse against changed pages and classify findings by WCAG level (A / AA / AAA)

2 Updated today
bakw00ds
AI & Automation Listed

about-page-scaffold

Drop in a 3-paragraph "what is this?" page for new users, per frontend framework; optionally collapses into the architecture page when both standards are enabled

2 Updated today
bakw00ds
AI & Automation Listed

adr-write

Scaffold a new Architecture Decision Record in Michael Nygard format (Context / Decision / Consequences) and update the ADR index

2 Updated today
bakw00ds
AI & Automation Listed

agent-audit

Scan dispatch-log for misuse patterns — lead-did-specialist-work, wrong-runtime, budget-violations, repeated-failures

2 Updated today
bakw00ds
Code & Development Listed

api-diff

Diff an OpenAPI spec across commits and classify each change as major/minor/patch per SemVer-for-APIs

2 Updated today
bakw00ds
AI & Automation Listed

architecture-viz-scaffold

Generate a static architecture page that reads ADRs, Mermaid diagrams, CHANGELOG, SBOM, tech-debt log into one navigable UI; per frontend stack

2 Updated today
bakw00ds
Web & Frontend Listed

changelog-ui-scaffold

Drop in a UI component / page that surfaces the project's CHANGELOG.md and current version, per frontend framework

2 Updated today
bakw00ds
AI & Automation Listed

cve-triage

Pull CVEs against the current dependency set (osv.dev / GHSA) and classify each as exploitable / theoretical / not-applicable

2 Updated today
bakw00ds
DevOps & Infrastructure Listed

deploy-check

Pre-deploy verification — build, smoke, env-var sanity

2 Updated today
bakw00ds
AI & Automation Listed

design-tokens-audit

Scan codebase for hardcoded values that should be design tokens (colors, spacing, font-size, radius) and surface drift against the registry

2 Updated today
bakw00ds
AI & Automation Listed

dispatch-as-project-agent

Spawn a generic Agent wearing a project-specific agent's discipline (workaround for v0.1 runtime not discovering project agents)

2 Updated today
bakw00ds
Code & Development Listed

evidence-based-debugging

Constrain debugging to cite runtime evidence before proposing fixes

2 Updated today
bakw00ds
AI & Automation Listed

feedback-scaffold

Drop in the user-feedback subsystem (DB migration + API handlers + UI submit widget + view-my-feedback page + CHANGELOG citation wiring) per project stack

2 Updated today
bakw00ds
AI & Automation Listed

flake-quarantine

Auto-tag tests that flaked >N times in M runs, move them to a quarantine suite, and cap how long they stay there

2 Updated today
bakw00ds
AI & Automation Listed

gather-feedback

Pull and triage user feedback from configured sources

2 Updated today
bakw00ds
AI & Automation Listed

hallucination-check

Citation-grounding verifier — for each claim in an LLM response, confirm support in the retrieved context, report ungrounded claims

2 Updated today
bakw00ds
AI & Automation Listed

hashed-edit

Hash-anchored line edits — refuse the edit if the target line content changed since the read

2 Updated today
bakw00ds
Code & Development Listed

hook-bypass-review

Audit work/current/hook-bypass.md for stale entries, expired bypasses, and patterns suggesting a hook needs tuning

2 Updated today
bakw00ds
AI & Automation Listed

i18n-audit

Scan for hardcoded UI strings, missing translation keys, RTL layout breakages, untested locales, and date/number/currency hardcoding

2 Updated today
bakw00ds
AI & Automation Listed

interaction-patterns

Heuristic eval against Nielsen's 10 plus a WCAG 2.2 first-pass for keyboard, focus, contrast, and motion

2 Updated today
bakw00ds
AI & Automation Listed

iterate-until

Loop a work-then-verify cycle until a human-checkable verifier passes, with a hard iteration cap and an audit trail

2 Updated today
bakw00ds
AI & Automation Listed

kanban-tend

Maintain the project kanban — add tasks at dispatch, move on lifecycle events, archive completed work at release time

2 Updated today
bakw00ds
AI & Automation Listed

license-audit

Scan the dependency tree for license-policy violations — copyleft in proprietary, unknown licenses, license downgrades

2 Updated today
bakw00ds
AI & Automation Listed

llm-output-gate

CI hook that refuses to ship if prompt-eval golden set regresses past threshold or prompt-injection-test fails on HIGH severity

2 Updated today
bakw00ds
AI & Automation Listed

local-llm

Hand off bulk transformation work to a local LLM via Ollama

2 Updated today
bakw00ds
DevOps & Infrastructure Listed

logging-scaffold

One-shot scaffold dropping in a structured logger for the project's primary backend language; wires JSON output, sensible defaults, example call sites

2 Updated today
bakw00ds
AI & Automation Listed

mcp-as-agent

Wrap an MCP server as a yakOS agent so tool-side and LLM-side specialists share the same dispatch surface

2 Updated today
bakw00ds
Code & Development Listed

mockup-review

Structured review of a mockup — info hierarchy, interaction states, responsive behavior, copy slots, design-token usage

2 Updated today
bakw00ds
AI & Automation Listed

monitor-scaffold

Drop in supervisor config + /healthz endpoint + restart runbook for each service in profile.monitors.targets, per supervisor (systemd / pm2 / k8s / docker-compose)

2 Updated today
bakw00ds
AI & Automation Listed

peer-handoff

Hand work to another developer cleanly in multi-dev co-pilot mode

2 Updated today
bakw00ds
AI & Automation Listed

peer-sync

Read recent peer activity for a yakOS multi-dev session; summarize for the lead at session-start time

2 Updated today
bakw00ds
AI & Automation Listed

perf-budget-check

Compare Core Web Vitals (LCP/INP/CLS) and bundle size against the project's perf budget; fail the PR if regressed

2 Updated today
bakw00ds
AI & Automation Listed

persona-write

Scaffold a user persona document with required fields — demographics, goals, frustrations, behaviors, JTBD, devices, accessibility considerations

2 Updated today
bakw00ds
AI & Automation Listed

phase-complete

Verify a phase's exit criteria before declaring it done

2 Updated today
bakw00ds
AI & Automation Listed

postmortem-write

Produce a blameless postmortem — UTC timeline, impact, root cause, what worked / didn't, action items with owners and due dates

2 Updated today
bakw00ds
Code & Development Listed

pre-commit

Pre-commit verification — lint, secret scan, fast tests

2 Updated today
bakw00ds
AI & Automation Listed

project-init

Bootstrap a new project's .claude/ config; complement to `yakos init`

2 Updated today
bakw00ds
AI & Automation Listed

promote-branch

Promote code between environments (dev → test → prod) via PR with structured changelog and gated by the promotion-aware pre-push hook

2 Updated today
bakw00ds
AI & Automation Listed

prompt-eval

Run a prompt against a golden dataset and report per-rubric regression vs the prior pinned version, not just an aggregate score

2 Updated today
bakw00ds
AI & Automation Listed

prompt-injection-test

Run an OWASP LLM01 injection corpus against the system prompt + tool surface and report which payloads succeeded

2 Updated today
bakw00ds
AI & Automation Listed

release-audit

Pre-release audit orchestrator — runs advisory multi-domain audits (Security, Code Quality, UI/UX, Docs, Performance, Regulated-Data, Mobile, Infra) across the project, produces versioned per-domain findings reports plus an executive summary with a lead-review prompt for human disposition. Two modes (audit / audit+remediate). Stack-aware — Phase 0 detects back-end / front-end / mobile profiles and dispatches only the relevant playbooks. Use whenever the user asks for a pre-release audit, release-readiness review, production-readiness check, security/QA/code-quality/doc/performance/regulated-data audit, compliance gate, or a "ship checklist" / "go-live review."

2 Updated today
bakw00ds
API & Backend Listed

runbook-author

Given an alert definition (or a postmortem), produce a runbook entry — symptom, first 5 actions, escalation

2 Updated today
bakw00ds
AI & Automation Listed

sbom-generate

Emit a CycloneDX 1.6 or SPDX 3.0 SBOM for the project's locked dependency set, suitable for EO 14028 / enterprise procurement

2 Updated today
bakw00ds
AI & Automation Listed

session-recovery

Reconstruct working context after a session interrupt or fresh shell

2 Updated today
bakw00ds
Data & Documents Listed

session-summary

End-of-session markdown report — agents dispatched, total cost, key decisions, time-to-completion

2 Updated today
bakw00ds
AI & Automation Listed

cost-summary

Roll up yakos dispatch-log into a per-runtime / per-agent / per-day cost summary, optionally posting to a webhook

2 Updated today
bakw00ds
Code & Development Listed

finops-review

Analyze the dispatch-log for per-feature spend, cache hit rate, and model routing — surface optimization opportunities

2 Updated today
bakw00ds
AI & Automation Listed

runtime-pick

Given a task, recommend which yakOS agent + runtime to dispatch to (claude / codex / gemini)

2 Updated today
bakw00ds
AI & Automation Listed

plan-quality-eval

Score work/current/plan.md against a 6-dimension rubric using a 3-judge cross-vendor LLM panel; write a structured record to ~/.yakos-state/plan-quality-log.ndjson

2 Updated today
bakw00ds
AI & Automation Listed

dependency-update

Survey and apply dependency updates safely

2 Updated today
bakw00ds
Testing & QA Listed

myskill

A test skill for parity testing.

2 Updated today
bakw00ds

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