All authors
luokai0 avatar

Claude Skills by luokai0

github.com/luokai0
5,227 skillsA× 5,112B× 86C× 15D× 11F× 31 installs1,328 views
Cryptography ExpertA

Expert-level cryptography. Use when working with encryption (AES, RSA), hashing (bcrypt, argon2), digital signatures, TLS, PKI, or key management.

code-qualitygodebugging
0
11
Devsecops ExpertA

Expert-level DevSecOps. Use when integrating security into CI/CD, SAST/DAST scanning, dependency scanning, container scanning, or shift-left security.

code-qualitygodebugging
0
11
Gha Security ReviewA

GitHub Actions security review for workflow exploitation vulnerabilities. Use when asked to "review GitHub Actions", "audit workflows", "check CI security", "GHA security", "workflow security review", or review .github/workflows/ for pwn requests, expression injection, credential theft, and supply chain attacks. Exploitation-focused with concrete PoC scenarios.

securityrustshell
0
11
Secrets Management ExpertA

Expert-level secrets management. Use when working with HashiCorp Vault, AWS Secrets Manager, secret rotation, GitOps secrets, or preventing leakage.

code-qualitygoaws
0
11
Compliance AuditorA

Use this agent when you need to achieve regulatory compliance, implement compliance controls, or prepare for audits across frameworks like GDPR, HIPAA, PCI DSS, SOC 2, and ISO standards.

businessgorails
0
11
Openai Security Best PracticesA

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

developmentjavascripttypescript
0
11
Openai Security Ownership MapA

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists o...

datapythongo
0
11
Openai Security Threat ModelA

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.

securityrustgo
0
11
Qa ExpertA

Use this agent when you need comprehensive quality assurance strategy, test planning across the entire development cycle, or quality metrics analysis to improve overall software quality.

testinggotesting
0
11
Test AutomatorA

Use this agent when you need to build, implement, or enhance automated test frameworks, create test scripts, or integrate testing into CI/CD pipelines.

code-qualitygotesting
0
11
Accessibility TesterA

Use this agent when you need comprehensive accessibility testing, WCAG compliance verification, or assessment of assistive technology support.

developmentawstesting
0
11
Ad Security ReviewerA

Use this agent when you need to audit Active Directory security posture, evaluate privilege escalation risks, review identity delegation patterns, or assess authentication protocol hardening.

securityrustshell
0
11
Architect ReviewerA

Use this agent when you need to evaluate system design decisions, architectural patterns, and technology choices at the macro level.

securitygocode-review
0
11
Chaos EngineerA

Use this agent when you need to design and execute controlled failure experiments, validate system resilience before incidents occur, or conduct game day exercises to test your teams incident respo...

devopsgokubernetes
0
11
Code ReviewerA

Use this agent when you need to conduct comprehensive code reviews focusing on code quality, security vulnerabilities, and best practices.

code-qualityjavascripttypescript
0
11
DebuggerA

Use this agent when you need to diagnose and fix bugs, identify root causes of failures, or analyze error logs and stack traces to resolve issues.

developmentrustgo
0
11
Error DetectiveA

Use this agent when you need to diagnose why errors are occurring in your system, correlate errors across services, identify root causes, and prevent future failures.

datagotesting
0
11
Oc2 1passwordA

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

toolsshellbash
0
11
Performance EngineerA

Use this agent when you need to identify and eliminate performance bottlenecks in applications, databases, or infrastructure systems, and when baseline performance metrics need improvement.

businessgotesting
0
11
Powershell Security HardeningA

Use this agent when you need to harden PowerShell automation, secure remoting configuration, enforce least-privilege design, or align scripts with enterprise security baselines and compliance frame...

securityshellapi
0
11
Security AuditorA

Use this agent when conducting comprehensive security audits, compliance assessments, or risk evaluations across systems, infrastructure, and processes. Invoke when you need systematic vulnerabilit...

securityrailstesting
0
11
Jest ExpertA

Expert-level Jest and React Testing Library. Use when writing Jest tests, mocking modules, async testing, RTL queries, or testing React components.

developmentgoreact
0
11
Pytest ExpertA

Expert-level pytest. Use when writing pytest tests, fixtures, parametrize, conftest.py, pytest-mock, pytest-asyncio, or structuring Python test suites.

code-qualitypythongo
0
11
Cypress ExpertA

Expert-level Cypress. Use when writing Cypress tests, custom commands, intercepts, component testing, or CI/CD integration.

code-qualitygotesting
0
11
Openai Playwright InteractiveA

Persistent browser and Electron interaction through `js_repl` for fast iterative UI debugging.

testingjavascriptgo
0
11
Openai PlaywrightA

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.

toolsgobash
0
11
Playwright ExpertA

Expert-level Playwright. Use when writing e2e tests, page object model, fixtures, visual regression, API mocking, or CI integration.

code-qualitygodebugging
0
11
Playwright SkillA

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

toolsjavascriptgo
0
11
Playwright TestingA

E2E testing with Playwright - Page Objects, cross-browser, CI/CD

devopstypescriptgo
0
11
Code Review ExpertA

Expert-level code review. Use when reviewing code quality, identifying code smells, refactoring, DRY/YAGNI/KISS principles, or writing review feedback.

code-qualitygodebugging
0
11
Code SimplifierA

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.

code-qualitytypescriptreact
0
11
Debugging ExpertA

Expert-level debugging. Use when debugging complex issues, GDB/lldb/DevTools, stack traces, heap dumps, performance profiles, or production incidents.

code-qualitygodebugging
0
11
Fix TestsA

Systematically fix all failing tests after business logic changes or refactoring

code-qualitygotesting
0
11
Neolab Review Local ChangesA

Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions

code-qualitygobash
0
11
Neolab Review PrA

Comprehensive pull request review using specialized agents

code-qualitygosql
0
11
Neolab TddA

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

testingtypescriptrust
0
11
Neolab Write TestsA

Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.

testinggotesting
0
11
Obra TddA

Use when implementing any feature or bugfix, before writing implementation code

testingtypescriptrust
0
11
Receiving Code ReviewA

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

testingrustgo
0
11
Requesting Code ReviewA

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

code-qualitybashrefactoring
0
11
Review Local Changes 2A

Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions

code-qualitygobash
0
11
Review Pr 2A

Comprehensive pull request review using specialized agents

code-qualitygosql
0
11
Sentry Code ReviewA

Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.

testingtypescriptpython
0
11
Sentry Find BugsA

Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.

securitygosql
0
11
Subagent Driven DevelopmentA

Use when executing implementation plans with independent tasks in the current session

code-qualitygodebugging
0
11
Systematic DebuggingA

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

code-qualityrustbash
0
11
Tdd 2A

Use when implementing any feature or bugfix, before writing implementation code

testingtypescriptrust
0
11
Testing ExpertA

Expert-level software testing strategy. Use when designing test suites, working with unit/integration/e2e testing, TDD, BDD, test coverage, mocking, test doubles, property-based testing, or defining testing best practices. Also use when the user mentions 'test strategy', 'TDD', 'BDD', 'test coverage', 'mock', 'unit test vs integration test', 'flaky test', 'test pyramid', or 'how do I test this'.

testingjavascriptpython
0
11
Wp PhpstanA

Use when configuring, running, or fixing PHPStan static analysis in WordPress projects (plugins/themes/sites): phpstan.neon setup, baselines, WordPress-specific typing, and handling third-party plugin classes.

code-qualityphpnode
0
11
Wp Project TriageA

Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.

toolsphpbash
0
11