Bruno-Cunha-Souza
- 22 skills
- 0 followers
- 16 hours ago last updated
- ▌ Obsidian Markdown · bruno-cunha-souza bundleCreate/edit Obsidian Flavored Markdown — wikilinks, embeds, callouts, properties, tags, frontmatter. For .md files in Obsidian.
- ▌ Caveman · bruno-cunha-souza bundleTerse posture — drop articles/filler/pleasantries/hedging. Keep technical substance, code blocks, errors exact. Mirrors user's language; never announces itself. Not for onboarding, pedagogy, security warnings. Triggers: 'caveman mode', 'modo caveman', 'be terse', '/caveman lite|full|ultra'.
- ▌ Ponytail · bruno-cunha-souza bundleLazy-senior-dev posture for code output — before writing, climb the ladder: YAGNI → reuse what's in the codebase → stdlib → native platform → installed dep → one line → minimum that works. Never cuts validation, error handling, security, or accessibility. Governs what you build, not how you talk. Intensity levels: lite / full / ultra. Use on ANY coding task (writing, refactoring, fixing, designing, choosing dependencies), or when the user says 'ponytail', 'be lazy', 'yagni', 'simplest solution', 'do less', 'menos código', 'simplifica', or complains about over-engineering, bloat, or unnecessary dependencies. Not for non-coding requests (prose, translation, summaries).
- ▌ Only Plan · bruno-cunha-souza bundleRead-only planning: analyze and design without changing project files. Writes one step-by-step plan at project root (default IMPLEMENTATION_PLAN.md). Composable with other skills (e.g. /code-security-review /only-plan). Triggers: /only-plan, 'only plan', 'apenas planejar', 'não altere os arquivos'.
- ▌ Clean Code · bruno-cunha-souza bundleClean code lifecycle for Go/Rust/TypeScript/Bun/Python — writing, reviewing, refactoring. Naming, functions, DRY, code smells, duplication (literal/logical/structural), dead-code removal with false-positive guardrails, safe refactoring. Triggers: 'clean code', 'código limpo', 'refactor', 'refatorar', 'remove duplication', 'remover duplicação', 'dead code', 'código morto', 'code smells', '/clean-code'.
- ▌ Code Review · bruno-cunha-souza bundleLifecycle code review Go/Rust/TS/Python. Auto-detects toolchain, runs static analysis, emits severity-ranked findings + file:line evidence, diffs, risk tags (SAFE/REVIEW/BREAKING). Covers OWASP Top 10, perf anti-patterns, test quality. Read-only — every finding cites file:line. Triggers: 'review code', 'revisar código', 'auditar código', '/code-review'.
- ▌ MCP Builder · bruno-cunha-souza bundleBuild MCP servers — research, implement, test, evaluate. Rust (rmcp, default), TypeScript, or Python. Tool design, strict schemas, pagination, actionable errors, spec 2026-07-28 transports, plus a 10-question evaluation that scores the result. Triggers: 'criar servidor MCP', 'expor essa API como MCP', 'build an MCP server', 'wrap this API as MCP tools', '/mcp-builder'. Not for configuring existing MCP servers.
- ▌ Superpowers · bruno-cunha-souza bundleDisciplined plan-first posture — 1% skill scan, instruction hierarchy, 12 rationalizations refused, 4 pillars (TDD, systematic, simplicity, evidence), 7-stage workflow. Default OFF. Triggers: 'superpowers mode', 'modo superpowers', '/superpowers'.
- ▌ Obsidian CLI · bruno-cunha-souzaObsidian CLI — read/create/search notes, properties, tasks; plugin dev (reload, JS eval, screenshot, DOM).
- ▌ Code Debugger · bruno-cunha-souza bundleLifecycle debug Go/Rust/TS/Python — symptom→reproduction→root cause→fix→regression test. Evidence-first (cites cmd output or stack frame). For runtime errors, test failures, panics, races, leaks, flaky tests. Triggers: 'debug', 'depurar', 'root cause', '/code-debugger'.
- ▌ Github Commit · bruno-cunha-souza bundleGenerate Conventional Commit from staged diff. Triggers: 'commit', 'create commit', 'commit message'.
- ▌ Skill Creator · bruno-cunha-souza bundleScaffold new ValarMindSkills per project conventions. Builds SKILL.md, references/, EXAMPLE files. Triggers: 'criar skill', 'nova skill', 'scaffold skill', 'create skill'.
- ▌ Obsidian Bases · bruno-cunha-souza bundleCreate/edit Obsidian .base files — views, filters, formulas, summaries.
- ▌ Obsidian Brain · bruno-cunha-souza bundleProject memory in Obsidian vault — brain/<slug>-brain.md index + atomic sessions/topics/decisions. Auto-activates when CLAUDE.md/AGENTS.md refs vault.
- ▌ CI CD Generator · bruno-cunha-souza bundleScaffold/audit GitHub Actions CI/CD — Go/Rust/TS/Python (FastAPI/Django/Flask). Generation: workflows + coverage gates (60–80%), security scans (CodeQL/Semgrep/bandit, SCA, SBOM, gitleaks), N+1/race/leak/load tests + free-threaded 3.14t. Audit: severity-ranked findings + diff fixes. Triggers: 'criar CI', 'gerar pipeline', 'auditar pipeline', '/ci-cd-generator'.
- ▌ Ponytail Review · bruno-cunha-souzaOver-engineering review — finds what to DELETE, not what to fix. One line per finding with tags delete/stdlib/native/yagni/shrink and a net-lines score. Three scopes: current diff (default), whole repo ('repo'/'audit'), or 'debt' to harvest ponytail: comments into a ledger. Complements correctness review (@code-review, @github-pr-review) — this lens only hunts complexity. Use when the user says 'review for over-engineering', 'what can we delete', 'is this over-engineered', 'find bloat', 'audit for bloat', 'ponytail debt', 'list the shortcuts', '/ponytail-review'. One-shot report; applies nothing.
- ▌ Github Pr Review · bruno-cunha-souza bundleStructured GitHub PR review — correctness, security, performance, maintainability. Severity-ranked findings + verdict (Approve/Request Changes/Comment). Non-PR: @code-review. Triggers: 'review PR', 'revisar PR', 'analisar pull request', '/github-pr-review'.
- ▌ Code Optimization · bruno-cunha-souza bundleLifecycle perf audit Go/Rust/TS/Python. N+1/leak/duplication sweeps, tri-axis Impact×Risk×Effort, writes OPTIMIZATION_REPORT.md. Read-only — file:line evidence. Triggers: 'optimize code', 'otimizar código', 'auditar performance', 'find bottlenecks', '/code-optimization'.
- ▌ Prompt Engineering · bruno-cunha-souza bundleLifecycle LLM prompt audit/harden/rewrite. Targets SKILL.md, RAG, tool descriptions, system prompts. Emits findings (SAFE/REVIEW/BREAKING) + rewrite + token delta. Read-only — LGTM if sound. Triggers: 'audit prompt', 'auditar prompt', 'engenharia de prompt', '/prompt-engineering'.
- ▌ Github Release Note · bruno-cunha-souza bundleGenerate GitHub Release notes / changelog from tag range. Triggers: 'release notes', 'changelog', 'version notes'.
- ▌ Code Security Review · bruno-cunha-souza bundleWeb/API security lifecycle for Go, Next.js, Python, and Bun — design controls, active testing, supply-chain/CI-CD, and LLM/agentic/MCP coverage. Maps to OWASP Web Top 10 2025 + API 2023 + LLM 2025 + Agentic 2026. Triggers: 'security review', 'revisão de segurança', 'auditar segurança', 'pentest', '/code-security-review'.
- ▌ Context Optimization · bruno-cunha-souza bundleLifecycle context audit/optimize/plan. Audit mode (Phase 0..6) + Guide mode (catalog lookup). Targets long-conv agents, RAG pipelines, sub-agents, large-doc workflows. Detects bloat/dedup/cache/masking/partition opportunities. Emits findings (SAFE/REVIEW/BREAKING) + optimization plan + token delta. Read-only — LGTM if sound. Triggers: 'optimize context', 'compact context', 'auditar contexto', 'otimizar contexto', '/context-optimization'.