All authors
sickn33 avatar

Claude Skills by sickn33

github.com/sickn33
7,197 skillsA× 6,832B× 289C× 43D× 25F× 8183 installs3,419 views
Before You BuildA

Review product risk before coding by checking demand, alternatives, channels, switching costs, and failure signals.

ai-agentsrustgo
0
45,848
Behavioral ModesA

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

ai-agentstypescriptgo
0
45,848
Bevy Ecs ExpertA

Master Bevy's Entity Component System (ECS) in Rust, covering Systems, Queries, Resources, and parallel scheduling.

ai-agentsrusttesting
0
45,848
Bilig WorkpaperA

Use formula-backed WorkPaper JSON and MCP tools for agent spreadsheet tasks without driving Excel or a browser UI.

ai-agentstypescriptrust
0
45,848
Bill GatesA

Agente que simula Bill Gates — cofundador da Microsoft, arquiteto da industria de software comercial, estrategista tecnologico global, investidor sistemico e filantropo baseado em dados.

ai-agentsrustgo
0
45,848
Billing AutomationA

Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.

ai-agentstesting
0
45,848
Binary Analysis PatternsA

Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic.

ai-agentspythongo
0
45,848
Binary DiffA

Cross-version binary symbol migration: diff updated binaries, recover function names without PDBs, and propagate annotations after software updates using BinDiff-style tooling.

ai-agentspythongit
0
45,848
BiopythonA

Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks.

ai-agentspythonbash
0
45,848
Bitbucket AutomationA

Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas.

ai-agentstestingapi
0
45,848
Blockchain DeveloperA

Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations.

ai-agentsjavascriptrust
0
45,848
BlockrunA

BlockRun works with Claude Code and Google Antigravity.

ai-agentspythongo
0
45,848
Blog Writing GuideA

This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement.

ai-agentsjavascriptrust
0
45,848
BlueprintA

Turn a one-line objective into a step-by-step construction plan any coding agent can execute cold. Each step has a self-contained context brief — a fresh agent in a new session can pick up any step without reading prior steps.

ai-agentsrustgo
0
45,848
Boost Asio ProA

Use when writing asynchronous C++ networking code with Boost.Asio or standalone Asio — TCP/UDP servers and clients, SSL/TLS, timers, strands, composed async ops. Covers io_context, co_spawn, awaitable, async_read/async_write, asio::spawn, yield_context, and pre-C++20 callback styles.

ai-agentsrustgo
0
45,848
Box AutomationA

Automate Box operations including file upload/download, content search, folder management, collaboration, metadata queries, and sign requests through Composio's Box toolkit.

ai-agentstestingapi
0
45,848
Brain To DocsA

Interview the user to turn project vision and decisions into README and ADR documentation.

ai-agentsgogit
0
45,848
BrainstormingA

Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and collaboration.

ai-agentsgotesting
0
45,848
Brand Guidelines AnthropicA

To access Anthropic's official brand identity and style resources, use this skill.

ai-agentspythontesting
0
45,848
Brand Guidelines CommunityA

To access Anthropic's official brand identity and style resources, use this skill.

ai-agentspythontesting
0
45,848
Brand GuidelinesA

Write copy following Sentry brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing copy, or any user-facing content. Covers both Plain Speech (default) and Sentry Voice tones.

ai-agentsrustgo
0
45,848
Brand Perception PsychologistA

One sentence - what this skill does and when to invoke it

ai-agentsrustgo
0
45,848
Brave ManA

Runs a structured clarifying interview for new project requests before building. Instead of writing code, it outputs a fully specified prompt.md for a fresh agent session to execute, preventing expensive mistakes.

ai-agentsrustgo
0
45,848
Brendangregg Use TsaA

Methodical performance troubleshooting and root-cause analysis with Brendan Gregg's USE and TSA methods, plus evidence-backed RCA and postmortem reports.

ai-agentsrustgo
0
45,848
Brevo AutomationA

Automate Brevo (formerly Sendinblue) email marketing operations through Composio's Brevo toolkit via Rube MCP.

ai-agentsgotesting
0
45,848
Broken AuthenticationA

Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems.

ai-agentspythongo
0
45,848
Brooks AuditA

Architecture audit that maps module dependencies, checks layering integrity, and flags structural decay across a codebase, drawing on twelve classic engineering books. Triggers when: user asks to audit architecture, review folder/module structure, check for circular imports, understand...

ai-agentsnodegit
0
45,848
Brooks DebtA

Tech debt assessment that identifies, classifies, and prioritizes maintainability problems — helping teams build a refactoring roadmap — drawing on twelve classic engineering books. Triggers when: user asks about tech debt, refactoring priorities, what to clean up first, or asks "why...

ai-agentsrefactoringgit
0
45,848
Brooks HarnessA

Maintenance orchestrator for the brooks-lint plugin itself. Runs a sequential subagent pipeline — author → eval → QA → trigger-audit → release — to add or edit a skill, refresh the eval suite, keep the four manifests + README + CHANGELOG + AGENTS/GEMINI in sync, audit trigger...

ai-agentsgitsecurity
0
45,848
Brooks LintA

AI code reviewer grounded in classic software engineering books for catching design smells, coupling issues, and architectural risks.

ai-agentsgobash
0
45,848
Brooks ReviewA

PR code review that surfaces decay risks, design smells, and maintainability issues with concrete Symptom → Source → Consequence → Remedy findings, drawing on twelve classic engineering books. Triggers when: user asks to review code, check a PR, shares a diff or pastes code asking...

ai-agentsgitsecurity
0
45,848
Brooks SweepA

Full-sweep mode: runs a unified analysis across all quality dimensions — code decay, architecture, tech debt, and test quality — then applies fixes directly to the codebase. Safe changes are auto-applied; risky changes are confirmed before execution. Drawing on twelve classic...

ai-agentsgitsecurity
0
45,848
Brooks TestA

Test quality review drawing on twelve classic engineering books — with primary focus on xUnit Test Patterns, The Art of Unit Testing, How Google Tests Software, and Working Effectively with Legacy Code — that diagnoses structural problems in an existing test suite: brittleness, mock...

ai-agentsgotesting
0
45,848
Browser ActA

Use BrowserAct for authenticated browser automation, JS-rendered extraction, screenshots, parallel sessions, verification handling, and human handoff.

ai-agentsjavascriptpython
0
45,848
Browser AutomationA

Browser automation powers web testing, scraping, and AI agent

ai-agentsgotesting
0
45,848
Browser Extension BuilderA

Expert in building browser extensions that solve real problems -

ai-agentsjavascriptjava
0
45,848
Browser Extension ReverseA

Authorized reverse engineering of Chrome/Firefox extensions: manifest analysis, background workers, content scripts, and extension-based credential or data-exposure research.

ai-agentsgogit
0
45,848
Browser HarnessA

Drive an existing browser through CDP for authenticated, visual, or interactive web automation.

ai-agentspythongo
0
45,848
Browser Testing With DevtoolsB

Test browser apps with Chrome DevTools MCP by inspecting live DOM, console logs, network traffic, screenshots, accessibility, and performance traces.

ai-agentsjavascriptrust
0
45,848
Bug Hunt SwarmA

Parallel read-only multi-agent root-cause investigation for bugs, regressions, crashes, flaky behavior, or unexplained failures. Use when the user asks to investigate a bug, find the root cause, trace a regression, understand why something broke, or wants a ranked diagnosis with the...

ai-agentsgitsecurity
0
45,848
Bug HunterA

Systematically finds and fixes bugs using proven debugging techniques. Traces from symptoms to root cause, implements fixes, and prevents regression.

ai-agentsjavascriptgo
0
45,848
Bugs Are AnnoyingA

Adversarial code auditor that hunts down bugs, logic errors, and security flaws. Use for deep correctness passes, not style reviews.

ai-agentsgonode
0
45,848
BuildA

build

ai-agentsgotesting
0
45,848
Building Native UiA

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

ai-agentsgosql
0
45,848
BulletmindA

Convert input into clean, structured, hierarchical bullet points for summarization, note-taking, and structured thinking.

ai-agentsgo
0
45,848
Bullmq SpecialistA

BullMQ expert for Redis-backed job queues, background processing,

ai-agentstypescriptnextjs
0
45,848
BumblebeeA

Run Bumblebee supply-chain inventory and exposure scans on macOS/Linux to detect compromised packages, extensions, and MCP host configs.

ai-agentspythongo
0
45,848
Bun DevelopmentB

Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by [oven-sh/bun](https://github.com/oven-sh/bun).

ai-agentsjavascripttypescript
0
45,848
Burp Suite TestingB

Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows.

ai-agentsjavascriptrust
0
45,848
Burpsuite Project ParserA

Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.

ai-agentsgojava
0
45,848