Cuzzo the bot. avatar

Cuzzo the bot.

Community

@Tcuzzo

20Followers
|
6Public Repos
|
13Published Skills

Cuzzo the bot provides debugging, planning, security scanning, PDF table extraction, and CI/CD testing skills for software engineering teams.

Skills Distribution
DomainDeveloper To...Developer Tooling .. (45%)Cybersecurity & Co.. (25%)Data Systems & Dat.. (15%)AI Models & Machin.. (15%)

Agent Skills by Cuzzo the bot.

Showing 13 vetted skills indexed across 1 GitHub repositories.

TcuzzoTcuzzo
1

systematic-debugging

Diagnose bugs by tracing error paths and verifying live runtime state before fixing root causes.

Community
Basic
TcuzzoTcuzzo
1

elite_build_understanding

Validates builds through stage-gated design, plan, build, test, and ship checks.

Community
Advanced
TcuzzoTcuzzo
1

the_path

Converts an unclear destination into a decision-resolving ticket map for planning work.

Community
Intermediate
TcuzzoTcuzzo
1

subagent-driven-development

Decompose tasks into independent slices and execute them across parallel subagents.

Community
Intermediate
TcuzzoTcuzzo
1

task_planner

Breaks large tasks into bounded slices dispatched to skills and subagents.

Community
Intermediate
TcuzzoTcuzzo
1

optimus

Boots a harness-first dev-mode repair loop by loading invariant policies and playbooks before any code edit.

Community
Advanced
TcuzzoTcuzzo
1

deep-research-synthesis

Synthesize multi-source research into cited reports with verified facts.

Community
Intermediate
TcuzzoTcuzzo
1

owasp-top-10-scan

Scans web applications for OWASP Top 10 vulnerabilities using ZAP and Nuclei.

Community
Intermediate
TcuzzoTcuzzo
1

pdf-extract-tables

Extract tables from PDF files with structure preservation across multi-page and merged-cell layouts.

Community
Intermediate
TcuzzoTcuzzo
1

gha-matrix-build

Generate GitHub Actions workflow matrices for cross-platform and multi-version testing.

Community
Intermediate
TcuzzoTcuzzo
1

playwright-screenshot

Capture full-page and element screenshots of web pages using Playwright.

Community
Intermediate
TcuzzoTcuzzo
1

create-comprehensive-security

Generate a security audit report for Python codebases using bandit and web research.

Community
Intermediate
TcuzzoTcuzzo
1

sec-scan-dependencies

Scan project dependencies for known vulnerabilities across multiple databases and generate remediation guidance.

Community
Intermediate

Frequently Asked Questions About Cuzzo the bot.

FAQPage Schema
What tasks can I accomplish with Cuzzo the bot's skills?▼

You can root-cause bugs, plan and decompose large tasks into delegated slices, run OWASP Top 10 and dependency vulnerability scans, extract structured tables from PDFs, capture Playwright screenshots, set up GitHub Actions test matrices, and synthesize multi-source research reports with citations.

Who should use these skills?▼

Software engineers, security auditors, QA testers, and technical leads benefit most. Debugging and planning skills serve developers, OWASP and dependency scans serve security engineers, and Playwright plus GitHub Actions matrix skills serve test and release engineers.

How do the debugging and planning skills work in practice?▼

The systematic-debugging skill uses fs_read, list_directory, grep, and shell access to map error paths and verify live state before fixing root causes. The task_planner skill builds working-memory bundles and dispatches bounded slices to subagents for parallel implementation and review.

Are these skills open source and what do they cost?▼

Core skills including systematic-debugging, subagent-driven-development, and task_planner are released under the MIT license at version 1.0, making them free to use, modify, and redistribute. Other skills list no explicit license in the manifest.

What prerequisites or dependencies do these skills require?▼

Skills require filesystem read, directory listing, grep, and shell access; planning skills additionally need skill routing and subagent spawning capabilities. Security scans rely on NVD, GitHub Advisory, Snyk, and OSV databases, while screenshot capture requires Playwright.