Agent Skills by Cheng®
Showing 24 vetted skills indexed across 1 GitHub repositories.
plan-explore
Explore repository context to surface questions and assumptions before planning.
plan-arch
Generates software architecture designs from .spec files into arch.md with Mermaid diagrams.
plan-status
List active and completed tasks from the local .spec directory.
plan
Execute plan-spec, plan-db, and plan-arch sequentially with user confirmation.
plan-verify
Execute .spec-based acceptance checks via Playwright MCP and generate verify.md reports.
plan-stack
Scan project build files and source layout to generate stack configuration entries.
plan-build
Generate production-ready code from .spec design documents using a leader-delegate workflow.
plan-sync
Sync .spec directory progress to Notion pages on demand.
plan-browse
Read and compare planning documents across .spec/ files.
plan-close
Batch sync .spec/{slug}/ design docs to Notion and commit to Git.
plan-security
Scan plan-build outputs for OWASP Top 10 risks and sensitive data handling.
plan-spec
Generate complete tech specifications from local plan documents to .spec/{slug}/spec.md.
plan-start
Create a Notion entry, .spec planning directory, and Git branch.
plan-setup
Detect Notion databases, import bug-workflow IDs, and generate project mappings.
plan-review
Coordinate three reviewers to cross-check code and write .spec/{slug}/review.md.
plan-db
Generate database designs and SQL artifacts from project specifications.
bug-update
Update Notion bug pages with logs, SQL, and investigation notes.
bug-investigate
Automate hypothesis-driven root-cause investigation for software bugs with Notion.
crew-upgrade
Update CREW plugins by comparing installed versions with marketplace data.
bug-setup
Detect Notion databases, generate configuration files, and map project associations.
project-add
Create or update Notion project entries from the current Git repository.
bug-start
Create Notion Bug entries from user reports using standardized templates.
bug-fix
Enforce root-cause confirmation before fixes and generate regression tests for Notion bug workflows.
bug-close
Extract fix details from Git diffs and update Notion pages.