Browse Skills

9063 skills found

ipsw.md
13
1 export ipsw
2 blacktop from "blacktop/ipsw-skill"
3 Apple firmware and binary reverse engineering with the ipsw CLI tool. Use when analyzing iOS/macOS binaries, disassembling functions in dyld_shared_cache, dumping Objective-C headers from private frameworks, downloading IPSWs or kernelcaches, extracting entitlements, analyzing Mach-O files, or researching Apple security. Triggers on requests involving Apple RE, iOS internals, kernel analysis, KEXT extraction, or vulnerability research on Apple platforms.
2026-01-09
seo.md
13
1 export seo
2 merylldindin from "merylldindin/helix"
3 SEO audit and optimization skill for Meryll Dindin's personal portfolio website. Activates when discussing meta tags, Schema.org, structured data, personal branding SEO, search optimization, or content improvements.
2026-01-05
Model Manager.md
13
1 export Model Manager
2 sunholo-data from "sunholo-data/ailang"
3 Test, validate, and add new AI models to the eval suite. Use when user asks to add new models, test model access, check pricing, or update models.yml.
2026-01-21
gem-builder.md
13
1 export gem-builder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Comprehensive guide for building production-quality Ruby gems. Use when creating new gems, structuring gem architecture, implementing configuration patterns, setting up testing, or preparing for publishing. Covers all gem types - libraries, CLI tools, Rails engines, and API clients.
2026-01-22
testing-anti-patterns.md
13
1 export testing-anti-patterns
2 withzombies from "withzombies/hyperpowers"
3 Use when writing or changing tests, adding mocks - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-21
financial-document-processor.md
13
1 export financial-document-processor
2 letta-ai from "letta-ai/skills"
3 Guidance for processing, classifying, and extracting data from financial documents (invoices, receipts, statements). This skill should be used when tasks involve OCR extraction, document classification, data validation from financial PDFs/images, or batch processing of financial documents. Covers safe file operations, incremental testing, and data extraction verification.
2026-01-21
ln-364-code-quality-auditor.md
13
1 export ln-364-code-quality-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Code quality audit worker (L3). Checks cyclomatic complexity, deep nesting, long methods, god classes, O(n²) algorithms, N+1 queries, magic numbers, decentralized constants, duplicate constants. Returns findings with severity, location, effort, recommendations.
2026-01-21
growth-audit.md
13
1 export growth-audit
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 360-degree business audit to 5-10X growth trajectory. Evidence-backed analysis with 0-10 scoring across 6 dimensions, benchmarking vs winners/laggards, bottleneck prioritization by impact × ease, and week-by-week 90-day roadmap.
2026-01-22
cloudflare-coder.md
13
1 export cloudflare-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.
2026-01-22
tdd-workflow.md
13
1 export tdd-workflow
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill implements test-driven development workflow using the red-green-refactor cycle. Use when building new features or fixing bugs that require test coverage. Framework-agnostic methodology that works with any testing framework and programming language. Triggers on requests to implement features using TDD, write tests first, or follow test-driven development practices.
2026-01-22
openssl-selfsigned-cert.md
13
1 export openssl-selfsigned-cert
2 letta-ai from "letta-ai/skills"
3 Guides the creation of self-signed SSL/TLS certificates using OpenSSL, including key generation, certificate creation, combined PEM files, and verification scripts. This skill should be used when tasks involve generating self-signed certificates, creating SSL certificate infrastructure, or writing certificate verification scripts.
2026-01-21
finishing-a-development-branch.md
13
1 export finishing-a-development-branch
2 withzombies from "withzombies/hyperpowers"
3 Use when implementation complete and tests pass - closes bd epic, presents integration options (merge/PR/keep/discard), executes choice
2026-01-21
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
ln-368-concurrency-auditor.md
13
1 export ln-368-concurrency-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Concurrency audit worker (L3). Checks race conditions, missing async/await, resource contention, thread safety, deadlock potential. Returns findings with severity, location, effort, recommendations.
2026-01-21
ln-373-test-value-auditor.md
13
1 export ln-373-test-value-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Risk-Based Value audit worker (L3). Calculates Usefulness Score = Impact (1-5) × Probability (1-5) for each test. Returns KEEP/REVIEW/REMOVE decisions based on thresholds (≥15 KEEP, 10-14 REVIEW, <10 REMOVE).
2026-01-21
e2e-testing.md
13
1 export e2e-testing
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Write and run end-to-end tests with Playwright for user flows, page interactions, and visual regression. Use when testing user journeys, ensuring UI functionality works correctly.
2026-01-21
ln-361-security-auditor.md
13
1 export ln-361-security-auditor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Security audit worker (L3). Scans codebase for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.
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
tdd-bug-fix.md
13
1 export tdd-bug-fix
2 kurko from "kurko/dotfiles"
3 Enforce TDD when fixing bugs - write a failing test first, then make it pass. Use when about to fix a bug, correct broken behavior, or resolve an issue in production code. Activates for phrases like "let me fix", "I'll fix this", "same issue as", "the problem is", or when editing code after identifying a bug.
2026-01-22
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
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
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
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
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