← All creators

VytCepas

User

Scaffolder for agentic-development infrastructure

21 indexed · 0 Featured · 0 stars · avg score 70
Prolific

Categories

Indexed Skills (21)

AI & Automation Listed

add_command

Creates a new slash command (skill) that users can invoke with /name. Use when asked to add a command, automate a repeatable workflow step, or expose a task as a /name shortcut.

0 Updated yesterday
VytCepas
AI & Automation Listed

add_hook

Adds a deterministic hook that fires automatically on tool events. Use when asked to enforce a rule on every commit, block a dangerous pattern, validate output, or gate any tool call.

0 Updated yesterday
VytCepas
Code & Development Listed

github_workflow

Guides the agent through the full GitHub PR lifecycle — branch naming, push, review responses, and merge. Loaded automatically before any push, PR creation, review response, or merge action.

0 Updated yesterday
VytCepas
Testing & QA Listed

live_test

Live E2E of the scaffolder — build+install the wheel, scaffold real mini-projects, and *use* them to surface bugs the pytest suite can't. Drives the real install path, exercises hooks/guards in the correct mode, walks the local git/PR lifecycle against a stubbed gh, and writes a severity-ranked REPORT.md.

0 Updated yesterday
VytCepas
AI & Automation Listed

start_task

Creates a GitHub Issue, branch, and draft PR before implementation begins. Use before any non-trivial task to keep work traceable — one issue, one branch, one PR.

0 Updated yesterday
VytCepas
Code & Development Listed

wiki

Creates and manages GitHub Wiki pages via the wiki's git repo and the guard-allowlisted push_wiki.sh helper. Use when the user wants to publish documentation pages, architecture guides, or populate wiki content.

0 Updated yesterday
VytCepas
AI & Automation Listed

audit

Full project health audit — scans hooks, skills, scripts, rules, CI config, docs, and GitHub workflow for inconsistencies, broken references, and common mistakes. Creates a GitHub issue with findings and optionally starts fixing them.

0 Updated yesterday
VytCepas
AI & Automation Listed

create_issue

Creates a GitHub Issue with typed labels and structured planning metadata via create_issue.sh. Sub-skill invoked by start_task — do not call directly; use /start_task instead.

0 Updated yesterday
VytCepas
Data & Documents Listed

report_upstream_issue

Files a bug/issue in the right place — routes bugs in shared project-init machinery (hooks, CI templates, lifecycle scripts, board automation, rules, skills) upstream to the project-init repo so they are fixed once for every project, and keeps project-specific bugs local. Use whenever the user asks to report, register, or file a bug or issue.

0 Updated yesterday
VytCepas
AI & Automation Listed

session_summary

Summarizes the current session and saves it to the vault. Use at the end of a work session to record completed work, decisions made, and open items for the next session.

0 Updated yesterday
VytCepas
AI & Automation Listed

add_adr

Records an architectural decision as a new ADR in .agents/docs/adr/ using the MADR template. Use when a non-obvious design choice is made so future agents understand why.

0 Updated yesterday
VytCepas
Data & Documents Listed

checkpoint

Checkpoint-and-clear — write a structured session handoff to a gitignored file so the user can /clear and resume from ~500 tokens instead of a re-sent long context

0 Updated yesterday
VytCepas
AI & Automation Listed

diagram

Draw and iterate on diagrams with the user — system architecture, code structure, data models, flows, or idea sketches — as version-controlled Mermaid/DOT/Excalidraw source with live previews

0 Updated yesterday
VytCepas
DevOps & Infrastructure Listed

local_ci

Diagnose a GitHub Actions billing/minutes lockout and move CI to a self-hosted runner — the escape hatch when a private repo runs out of free minutes

0 Updated yesterday
VytCepas
Code & Development Listed

token_efficiency

Work token-frugally during coding and debugging sessions — keep tool output, file reads, and your own responses from bloating the context window

0 Updated yesterday
VytCepas
Testing & QA Listed

verify-test-strength

Prove a load-bearing test can actually fail — run mutation testing on a target module, then iteratively strengthen its tests until surviving mutants are killed. The automated form of the break-it discipline, for guards that must not silently pass.

0 Updated yesterday
VytCepas
Code & Development Listed

request_review

Marks a draft PR ready for review, moving it Draft → In Review and triggering board automation. Use when a draft PR is finished and ready for reviewers.

0 Updated yesterday
VytCepas
Code & Development Listed

review

Review staged or recent changes for bugs, style issues, and missed edge cases

0 Updated yesterday
VytCepas
AI & Automation Listed

save_memory

Save a fact to project memory for future sessions

0 Updated yesterday
VytCepas
AI & Automation Listed

plan

TDD-style planning — understand requirements, write tests first, then implement with numbered steps

0 Updated yesterday
VytCepas
Code & Development Listed

status

Show project status — git state, recent commits, open tasks, and memory summary

0 Updated yesterday
VytCepas

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