affaan-m/everything-claude-code
These skills were imported into SkillJury from the public skills ecosystem.
browser-qa
Uses the browser automation MCP (claude-in-chrome, Playwright, or Puppeteer) to interact with live pages like a real user.
canary-watch
Monitors a deployed URL for regressions. Runs in a loop until stopped or until the watch window expires.
ck
Source details, install context, and public review data are available on the full page.
click-path-audit
Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other.
code-tour
Create CodeTour .tour files for codebase walkthroughs that open directly to real files and line ranges. Tours live in .tours/ and are meant for the CodeTour format, not ad hoc Markdown notes.
connections-optimizer
Reorganize the user's network instead of treating outbound as a one-way prospecting list.
csharp-testing
Comprehensive testing patterns for .NET applications using xUnit, FluentAssertions, and modern testing practices.
customer-billing-ops
Use this skill for real customer operations, not generic payment API design.
dart-flutter-patterns
Source details, install context, and public review data are available on the full page.
dashboard-builder
Use this when the task is to build a dashboard people can operate from.
defi-amm-security
Critical vulnerability patterns and hardened implementations for Solidity AMM contracts, LP vaults, and swap functions.
dotnet-patterns
Idiomatic C# and .NET patterns for building robust, performant, and maintainable applications.
ecc-tools-cost-audit
Use this skill when the user suspects the ECC Tools GitHub App is burning cost, over-creating PRs, bypassing usage limits, or routing free users into premium analysis paths.
email-ops
Use this when the real task is mailbox work: triage, drafting, replying, sending, or proving a message landed in Sent.
evm-token-decimals
Silent decimal mismatches are one of the easiest ways to ship balances or USD values that are off by orders of magnitude without throwing an error.
finance-billing-ops
Use this when the user wants to understand money, pricing, refunds, team-seat logic, or whether the product actually behaves the way the website and sales copy imply.
gan-style-harness
Inspired by Anthropic's Harness Design for Long-Running Application Development (March 24, 2026)
github-ops
Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience.
google-workspace-ops
This skill is for operating shared docs, spreadsheets, and decks as working systems, not just editing one file in isolation.
healthcare-cdss-patterns
Patterns for building Clinical Decision Support Systems that integrate into EMR workflows. CDSS modules are patient safety critical — zero tolerance for false negatives.
healthcare-emr-patterns
Patterns for building Electronic Medical Record (EMR) and Electronic Health Record (EHR) systems. Prioritizes patient safety, clinical accuracy, and practitioner efficiency.
healthcare-eval-harness
Automated verification system for healthcare application deployments. A single CRITICAL failure blocks deployment. Patient safety is non-negotiable.
healthcare-phi-compliance
Patterns for protecting patient data, clinician data, and financial data in healthcare applications. Applicable to HIPAA (US), DISHA (India), GDPR (EU), and general healthcare data protection.
hexagonal-architecture
Hexagonal architecture (Ports and Adapters) keeps business logic independent from frameworks, transport, and persistence details. The core app depends on abstract ports, and adapters implement those ports at the edges.