Browse Skills

9063 skills found

security-audit.md
13
1 export security-audit
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Audit code for security vulnerabilities (SQL injection, XSS, OWASP Top 10). Use when adding authentication logic, handling user input, or before production deployments.
2026-01-21
polyglot-c-py.md
13
1 export polyglot-c-py
2 letta-ai from "letta-ai/skills"
3 Guidance for creating polyglot files that are valid in both Python and C. This skill applies when tasked with writing code that must be parseable and executable by both the Python interpreter and C compiler. Covers polyglot syntax techniques, testing strategies, and critical cleanup requirements.
2026-01-21
github-actions.md
13
1 export github-actions
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create and maintain GitHub Actions workflows for CI/CD, testing, deployment, and automation. Use when setting up pipelines, automating tasks, or configuring continuous integration.
2026-01-21
ln-363-architecture-auditor.md
13
1 export ln-363-architecture-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Architecture audit worker (L3). Checks DRY (7 types), KISS/YAGNI, layer breaks, error handling, DI patterns. Returns findings with severity, location, effort, recommendations.
2026-01-21
avo-coder.md
13
1 export avo-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when building Avo admin interfaces. Creates resources, actions, filters, and dashboards following Avo conventions. Fetches latest docs dynamically.
2026-01-22
ln-342-regression-checker.md
13
1 export ln-342-regression-checker
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.
2026-01-21
fixing-bugs.md
13
1 export fixing-bugs
2 withzombies from "withzombies/hyperpowers"
3 Use when encountering a bug - complete workflow from discovery through debugging, bd issue, test-driven fix, verification, and closure
2026-01-21
react-testing.md
13
1 export react-testing
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Comprehensive testing strategies with Vitest, React Testing Library, and Jest. Use when writing tests for React components, hooks, and integration testing.
2026-01-22
testing.md
13
1 export testing
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 When creating tests and using tests for testing of application operation
2026-01-05
ln-343-manual-tester.md
13
1 export ln-343-manual-tester
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story. Worker only.
2026-01-21
break-filter-js-from-html.md
13
1 export break-filter-js-from-html
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for XSS filter bypass tasks where the goal is to craft HTML payloads that execute JavaScript despite sanitization filters. Use this skill when tasks involve bypassing HTML sanitizers (like BeautifulSoup), exploiting parser differentials between server-side sanitizers and browsers, or security testing/CTF challenges involving XSS filter evasion.
2026-01-21
event-sourcing-coder.md
13
1 export event-sourcing-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Record domain events and dispatch to inbox handlers for side effects, audit trails, and activity feeds. Use when building activity logs, syncing external services, or decoupling event creation from processing. Triggers on event recording, audit trails, activity feeds, or inbox patterns.
2026-01-22
fastapi-coder.md
13
1 export fastapi-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build FastAPI applications with async patterns, Pydantic validation, dependency injection, and modern Python API practices.
2026-01-22
Design Spec Auditor.md
13
1 export Design Spec Auditor
2 sunholo-data from "sunholo-data/ailang"
3 Verify code implementation aligns with design specifications. Use after implementing features, during code reviews, or when refactoring to ensure architectural compliance. Compares design docs with actual code.
2026-01-21
break-filter-js-from-html.md
13
1 export break-filter-js-from-html
2 letta-ai from "letta-ai/skills"
3 Guidance for bypassing HTML/JavaScript sanitization filters in security testing contexts. This skill should be used when tasked with finding XSS filter bypasses, testing HTML sanitizers, or exploiting parser differentials between server-side filters and browsers. Applies to CTF challenges, authorized penetration testing, and security research involving HTML injection and JavaScript execution through sanitization bypasses.
2026-01-21
seo-audit.md
13
1 export seo-audit
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Comprehensive SEO and GEO audit methodology covering technical SEO, on-page optimization, content quality, E-E-A-T signals, and AI citation readiness. Informed by Google's ranking pipeline architecture. Use for thorough content and site audits.
2026-01-22
fix-code-vulnerability.md
13
1 export fix-code-vulnerability
2 letta-ai from "letta-ai/skills"
3 Guidance for identifying and fixing security vulnerabilities in code. This skill should be used when tasks involve fixing CWE-classified vulnerabilities, addressing security flaws, patching injection vulnerabilities, or responding to security-related test failures.
2026-01-21
pytest-coder.md
13
1 export pytest-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Write comprehensive pytest tests with fixtures, parametrization, mocking, async testing, and modern patterns.
2026-01-22
ln-362-build-auditor.md
13
1 export ln-362-build-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Build health audit worker (L3). Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build configuration issues. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.
2026-01-21
analyzing-test-effectiveness.md
13
1 export analyzing-test-effectiveness
2 withzombies from "withzombies/hyperpowers"
3 Use to audit test quality with Google Fellow SRE scrutiny - identifies tautological tests, coverage gaming, weak assertions, missing corner cases. Creates bd epic with tasks for improvements, then runs SRE task refinement on each.
2026-01-21
debugging-with-tools.md
13
1 export debugging-with-tools
2 withzombies from "withzombies/hyperpowers"
3 Use when encountering bugs or test failures - systematic debugging using debuggers, internet research, and agents to find root cause before fixing
2026-01-21
cloudflare-worker.md
13
1 export cloudflare-worker
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build edge-first TypeScript applications on Cloudflare Workers. Covers Workers API, Hono framework, KV/D1/R2 storage, Durable Objects, Queues, and testing patterns. Use when creating serverless workers, edge functions, or Cloudflare-deployed services.
2026-01-22
minitest-coder.md
13
1 export minitest-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing comprehensive Minitest tests for Ruby and Rails applications. Use when creating test files, writing test cases, or testing new features. Covers both traditional and spec styles, fixtures, mocking, and Rails integration testing patterns.
2026-01-22
web-browser.md
13
1 export web-browser
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Browser automation using browser-cdp CLI. Control Chrome, Brave, or Edge browsers for testing, scraping, and web interaction. Uses your real browser (not test mode) for authentic sessions.
2026-01-22