name stringlengths 2 64 | description stringlengths 3 1.02k ⌀ | source stringclasses 6
values | path stringclasses 198
values | url stringlengths 29 246 | author stringlengths 2 33 ⌀ |
|---|---|---|---|---|---|
create-documentation | Unified markdown and skill management specialist providing document quality enforcement (structure, c7score, style), content optimization for AI assistants, and complete skill creation workflow (scaffolding, validation, packaging). | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/create-documentation | MichelKerkmeester |
create-flowchart | This skill creates comprehensive ASCII flowcharts in markdown for visualizing complex workflows, user journeys, system architectures, and decision trees. This skill should be used when documenting processes with multi-path flows, parallel execution, approval gates, and nested processes with clear visual hierarchy. | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/create-flowchart | MichelKerkmeester |
create-parallel-sub-agents | Dynamic agent orchestration system that autonomously creates and dispatches specialized sub-agents with pre-selected skill subsets for complex multi-step tasks | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/create-parallel-sub-agents | MichelKerkmeester |
mcp-code-mode | MCP orchestration via TypeScript execution for efficient multi-tool workflows. Use Code Mode for ALL MCP tool calls (ClickUp, Notion, Figma, Webflow, Chrome DevTools, etc.). Provides 98.7% context reduction, 60% faster execution, and type-safe invocation. Mandatory for external tool integration. | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/mcp-code-mode | MichelKerkmeester |
mcp-semantic-search | Intent-based code discovery for CLI AI agents using semantic search MCP tools. Use when finding code by what it does (not what it's called), exploring unfamiliar areas, or understanding feature implementations. Mandatory for code discovery tasks when you have MCP access. | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/mcp-semantic-search | MichelKerkmeester |
workflows-code | Orchestrator guiding developers through implementation, debugging, and verification phases across specialized code quality skills (project) | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/workflows-code | MichelKerkmeester |
workflows-conversation | Mandatory spec folder workflow orchestrating documentation level selection (0-3), template selection, and folder creation for all file modifications through hook-assisted enforcement and context auto-save. | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/workflows-conversation | MichelKerkmeester |
workflows-git | Git workflow orchestrator guiding developers through workspace setup, clean commits, and work completion across git-worktrees, git-commit, and git-finish skills | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/workflows-git | MichelKerkmeester |
workflows-save-context | This skill saves expanded conversation context when completing features or architectural discussions. It preserves full dialogue, decision rationale, visual flowcharts, and file changes for team sharing. Auto-triggered by keywords (e.g., "save context", "save conversation") or every 20 messages. | skillsmp.com | null | https://github.com/MichelKerkmeester/AI-Systems/tree/main/Code Environment/skills/workflows-save-context | MichelKerkmeester |
api-mitmproxy | Interactive HTTPS proxy for API security testing with traffic interception, modification, and replay capabilities. Supports HTTP/1, HTTP/2, HTTP/3, WebSockets, and TLS-protected protocols. Includes Python scripting API for automation and multiple interfaces (console, web, CLI). Use when: (1) Intercepting and analyzing ... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/appsec/api-mitmproxy | AgentSecOps |
api-spectral | API specification linting and security validation using Stoplight's Spectral with support for OpenAPI, AsyncAPI, and Arazzo specifications. Validates API definitions against security best practices, OWASP API Security Top 10, and custom organizational standards. Use when: (1) Validating OpenAPI/AsyncAPI specifications ... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/appsec/api-spectral | AgentSecOps |
dast-ffuf | Fast web fuzzer for DAST testing with directory enumeration, parameter fuzzing, and virtual host discovery. Written in Go for high-performance HTTP fuzzing with extensive filtering capabilities. Supports multiple fuzzing modes (clusterbomb, pitchfork, sniper) and recursive scanning. Use when: (1) Discovering hidden dir... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/appsec/dast-ffuf | AgentSecOps |
dast-nuclei | Fast, template-based vulnerability scanning using ProjectDiscovery's Nuclei with extensive community templates covering CVEs, OWASP Top 10, misconfigurations, and security issues across web applications, APIs, and infrastructure. Use when: (1) Performing rapid vulnerability scanning with automated CVE detection, (2) Te... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/appsec/dast-nuclei | AgentSecOps |
dast-zap | Dynamic application security testing (DAST) using OWASP ZAP (Zed Attack Proxy) with passive and active scanning, API testing, and OWASP Top 10 vulnerability detection. Use when: (1) Performing runtime security testing of web applications and APIs, (2) Detecting vulnerabilities like XSS, SQL injection, and authenticatio... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/appsec/dast-zap | AgentSecOps |
sast-bandit | Python security vulnerability detection using Bandit SAST with CWE and OWASP mapping. Use when: (1) Scanning Python code for security vulnerabilities and anti-patterns, (2) Identifying hardcoded secrets, SQL injection, command injection, and insecure APIs, (3) Generating security reports with severity classifications f... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/appsec/sast-bandit | AgentSecOps |
sast-semgrep | Static application security testing (SAST) using Semgrep for vulnerability detection, security code review, and secure coding guidance with OWASP and CWE framework mapping. Use when: (1) Scanning code for security vulnerabilities across multiple languages, (2) Performing security code reviews with pattern-based detecti... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/appsec/sast-semgrep | AgentSecOps |
sca-blackduck | Software Composition Analysis (SCA) using Synopsys Black Duck for identifying open source vulnerabilities, license compliance risks, and supply chain security threats with CVE, CWE, and OWASP framework mapping. Use when: (1) Scanning dependencies for known vulnerabilities and security risks, (2) Analyzing open source l... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/appsec/sca-blackduck | AgentSecOps |
policy-opa | Policy-as-code enforcement and compliance validation using Open Policy Agent (OPA). Use when: (1) Enforcing security and compliance policies across infrastructure and applications, (2) Validating Kubernetes admission control policies, (3) Implementing policy-as-code for compliance frameworks (SOC2, PCI-DSS, GDPR, HIPAA... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/compliance/policy-opa | AgentSecOps |
container-grype | Container vulnerability scanning and dependency risk assessment using Grype with CVSS severity ratings, EPSS exploit probability, and CISA KEV indicators. Use when: (1) Scanning container images and filesystems for known vulnerabilities, (2) Integrating vulnerability scanning into CI/CD pipelines with severity threshol... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/devsecops/container-grype | AgentSecOps |
container-hadolint | Dockerfile security linting and best practice validation using Hadolint with 100+ built-in rules aligned to CIS Docker Benchmark. Use when: (1) Analyzing Dockerfiles for security misconfigurations and anti-patterns, (2) Enforcing container image security best practices in CI/CD pipelines, (3) Detecting hardcoded secret... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/devsecops/container-hadolint | AgentSecOps |
iac-checkov | Infrastructure as Code (IaC) security scanning using Checkov with 750+ built-in policies for Terraform, CloudFormation, Kubernetes, Dockerfile, and ARM templates. Use when: (1) Scanning IaC files for security misconfigurations and compliance violations, (2) Validating cloud infrastructure against CIS, PCI-DSS, HIPAA, a... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/devsecops/iac-checkov | AgentSecOps |
sca-trivy | Software Composition Analysis (SCA) and container vulnerability scanning using Aqua Trivy for identifying CVE vulnerabilities in dependencies, container images, IaC misconfigurations, and license compliance risks. Use when: (1) Scanning container images and filesystems for vulnerabilities and misconfigurations, (2) Ana... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/devsecops/sca-trivy | AgentSecOps |
secrets-gitleaks | Hardcoded secret detection and prevention in git repositories and codebases using Gitleaks. Identifies passwords, API keys, tokens, and credentials through regex-based pattern matching and entropy analysis. Use when: (1) Scanning repositories for exposed secrets and credentials, (2) Implementing pre-commit hooks to pre... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/devsecops/secrets-gitleaks | AgentSecOps |
detection-sigma | Generic detection rule creation and management using Sigma, the universal SIEM rule format. Sigma provides vendor-agnostic detection logic for log analysis across multiple SIEM platforms. Use when: (1) Creating detection rules for security monitoring, (2) Converting rules between SIEM platforms (Splunk, Elastic, QRadar... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/incident-response/detection-sigma | AgentSecOps |
forensics-osquery | SQL-powered forensic investigation and system interrogation using osquery to query operating systems as relational databases. Enables rapid evidence collection, threat hunting, and incident response across Linux, macOS, and Windows endpoints. Use when: (1) Investigating security incidents and collecting forensic artifa... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/incident-response/forensics-osquery | AgentSecOps |
ir-velociraptor | Endpoint visibility, digital forensics, and incident response using Velociraptor Query Language (VQL) for evidence collection and threat hunting at scale. Use when: (1) Conducting forensic investigations across multiple endpoints, (2) Hunting for indicators of compromise or suspicious activities, (3) Collecting endpoin... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/incident-response/ir-velociraptor | AgentSecOps |
analysis-tshark | Network protocol analyzer and packet capture tool for traffic analysis, security investigations, and forensic examination using Wireshark's command-line interface. Use when: (1) Analyzing network traffic for security incidents and malware detection, (2) Capturing and filtering packets for forensic analysis, (3) Extract... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/offsec/analysis-tshark | AgentSecOps |
crack-hashcat | Advanced password recovery and hash cracking tool supporting multiple algorithms and attack modes. Use when: (1) Performing authorized password auditing and security assessments, (2) Recovering passwords from captured hashes in forensic investigations, (3) Testing password policy strength and complexity, (4) Validating... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/offsec/crack-hashcat | AgentSecOps |
network-netcat | Network utility for reading and writing data across TCP/UDP connections, port scanning, file transfers, and backdoor communication channels. Use when: (1) Testing network connectivity and port availability, (2) Creating reverse shells and bind shells for authorized penetration testing, (3) Transferring files between sy... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/offsec/network-netcat | AgentSecOps |
pentest-metasploit | Penetration testing framework for exploit development, vulnerability validation, and authorized security assessments using Metasploit Framework. Use when: (1) Validating vulnerabilities in authorized security assessments, (2) Demonstrating exploit impact for security research, (3) Testing defensive controls in controll... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/offsec/pentest-metasploit | AgentSecOps |
recon-nmap | Network reconnaissance and security auditing using Nmap for port scanning, service enumeration, and vulnerability detection. Use when: (1) Conducting authorized network reconnaissance and asset discovery, (2) Enumerating network services and identifying running versions, (3) Detecting security vulnerabilities through N... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/offsec/recon-nmap | AgentSecOps |
webapp-nikto | Web server vulnerability scanner for identifying security issues, misconfigurations, and outdated software versions. Use when: (1) Conducting authorized web server security assessments, (2) Identifying common web vulnerabilities and misconfigurations, (3) Detecting outdated server software and known vulnerabilities, (4... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/offsec/webapp-nikto | AgentSecOps |
webapp-sqlmap | Automated SQL injection detection and exploitation tool for web application security testing. Use when: (1) Testing web applications for SQL injection vulnerabilities in authorized assessments, (2) Exploiting SQL injection flaws to demonstrate impact, (3) Extracting database information for security validation, (4) Byp... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/offsec/webapp-sqlmap | AgentSecOps |
reviewdog | Automated code review and security linting integration for CI/CD pipelines using reviewdog. Aggregates findings from multiple security and quality tools (SAST, linters, formatters) into unified code review comments on pull requests. Use when: (1) Integrating security scanning into code review workflows, (2) Automating ... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/secsdlc/reviewdog | AgentSecOps |
sast-horusec | Multi-language static application security testing using Horusec with support for 18+ programming languages and 20+ security analysis tools. Performs SAST scans, secret detection in git history, and provides vulnerability findings with severity classification. Use when: (1) Analyzing code for security vulnerabilities a... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/secsdlc/sast-horusec | AgentSecOps |
sbom-syft | Software Bill of Materials (SBOM) generation using Syft for container images, filesystems, and archives. Detects packages across 28+ ecosystems with multi-format output support (CycloneDX, SPDX, syft-json). Enables vulnerability assessment, license compliance, and supply chain security. Use when: (1) Generating SBOMs f... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/secsdlc/sbom-syft | AgentSecOps |
skill-name | [REQUIRED] Comprehensive description of what this skill does and when to use it. Include: (1) Primary functionality, (2) Specific use cases, (3) Security operations context. Must include specific "Use when:" clause for skill discovery. Example: "SAST vulnerability analysis and remediation guidance using Semgrep and ind... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/_template | AgentSecOps |
pytm | Python-based threat modeling using pytm library for programmatic STRIDE analysis, data flow diagram generation, and automated security threat identification. Use when: (1) Creating threat models programmatically using Python code, (2) Generating data flow diagrams (DFDs) with automatic STRIDE threat identification, (3)... | skillsmp.com | null | https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/threatmodel/pytm | AgentSecOps |
fhir-generator | FHIR R4 resource generation and validation for healthcare interoperability. Converts medical data into FHIR-compliant JSON resources (Patient, Observation, MedicationRequest, Condition, etc.). Use when creating FHIR resources, validating healthcare data structures, or preparing data for EHR integration. | skillsmp.com | null | https://github.com/Fadil369/doctors-linc/tree/main/src/skills/fhir-generator | Fadil369 |
medical-ocr | Medical document OCR processing for extracting structured clinical data from medical images (prescriptions, lab results, clinical notes). Uses Google Cloud Vision for text extraction and medical NLP for entity recognition. Deploy when processing healthcare documents, extracting patient data, or converting medical image... | skillsmp.com | null | https://github.com/Fadil369/doctors-linc/tree/main/src/skills/medical-ocr | Fadil369 |
pptx-medical | Medical PowerPoint presentation generation with clinical data visualization. Creates professional presentations from FHIR resources, lab results, and clinical data. Use when generating patient summaries, care plans, medical reports, or clinical presentations with proper healthcare formatting. | skillsmp.com | null | https://github.com/Fadil369/doctors-linc/tree/main/src/skills/pptx-medical | Fadil369 |
microbiome-data-expert | Master microbiome data operations across Supabase, Neo4j, Upstash Vector, and Redis. Generates comprehensive BrilliantBiome reports with BrilliantScore calculations, species analysis, AMR assessments, and population insights. Use when querying microbiome data, generating reports, analyzing taxonomic relationships, or p... | skillsmp.com | null | https://github.com/scan-iq/FoxRev/tree/main/from_colby/microbiome-data-expert | scan-iq |
microbiome-intelligence | Strategic multi-database microbiome data analysis that THINKS before executing. Uses sequential reasoning to assess existing systems (Patient Similarity DB, Neo4j, Supabase, Upstash) BEFORE querying. Use when answering strategic questions about microbiome data availability, connecting dots across systems, age predictio... | skillsmp.com | null | https://github.com/scan-iq/FoxRev/tree/main/from_colby/microbiome-intelligence | scan-iq |
e2b-agent-deploy | Deploy and manage AI permit research agents in E2B cloud sandboxes. Use when deploying permit research agents, running distributed AI research, scaling cloud-based compliance analysis, or building SaaS permit platforms. Supports 21 specialized agents with 92% grounding quality. | skillsmp.com | null | https://github.com/scan-iq/FoxRev/tree/main/plans/e2b-template/.claude/skills/e2b-agent-deploy | scan-iq |
supabase-edge-functions | Deploy and manage Supabase Edge Functions with E2B sandbox integration for permit research agents. Includes automated deployment, database migrations, RLS policies, and validation workflows. | skillsmp.com | null | https://github.com/scan-iq/FoxRev/tree/main/plans/e2b-template/.claude/skills/supabase-edge-functions | scan-iq |
plausible-insights | Use when analyzing website traffic, investigating SEO issues, diagnosing high bounce rates, evaluating content performance, or optimizing site conversions - proactive SEO consultant with Plausible Analytics access that investigates patterns, fetches actual page content, and provides specific actionable recommendations ... | skillsmp.com | null | https://github.com/alexanderop/claude-plausible-analytics/tree/main/.claude/skills/plausible-insights | alexanderop |
wcag-compliance-checker | Checks websites for WCAG 2.1 Level AA compliance, identifies accessibility violations, and provides remediation guidance. Use when user asks to "check accessibility", "wcag compliance", "a11y audit", "accessibility violations", or "screen reader testing". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/advanced/accessibility-skills/wcag-compliance-checker | Dexploarer |
kubernetes-manifest-generator | Generates Kubernetes manifests (Deployments, Services, Ingress, ConfigMaps, Secrets) with best practices for production workloads. Use when user asks to "create k8s manifest", "generate Kubernetes deployment", "setup k8s service", or "create Kubernetes resources". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/advanced/devops-skills/kubernetes-manifest-generator | Dexploarer |
terraform-module-builder | Generates reusable Terraform modules with best practices for AWS, Azure, GCP infrastructure as code. Use when user asks to "create Terraform module", "generate IaC module", "setup Terraform", or "create infrastructure module". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/advanced/devops-skills/terraform-module-builder | Dexploarer |
app-icon-generator | Generates app icons in all required sizes for iOS, Android, and PWA from a single source image. Use when user asks to "generate app icons", "create ios icons", "android app icons", "favicon", or "pwa icons". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/beginner/mobile-skills/app-icon-generator | Dexploarer |
calculator-helper | Performs mathematical calculations and conversions. Use when user asks to "calculate", "compute", "what is the result of", "convert units", or needs math help. | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/beginner/simple-skills/calculator-helper | Dexploarer |
comment-generator | Generate code comments and docstrings. Use when user asks to "add comments", "document this code", "explain with comments", or "add docstrings". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/beginner/simple-skills/comment-generator | Dexploarer |
file-organizer | Organizes files by type into categorized folders. Use when user asks to "organize files", "sort files by type", "clean up this directory", or "categorize these files". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/beginner/simple-skills/file-organizer | Dexploarer |
import-organizer | Organizes and sorts import statements in code files. Use when imports are messy or need organization. | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/beginner/simple-skills/import-organizer | Dexploarer |
todo-finder | Finds and organizes TODO, FIXME, HACK, and NOTE comments in codebase. Use when user asks to "find TODOs", "show all FIXMEs", "list action items", or "what needs to be done". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/beginner/simple-skills/todo-finder | Dexploarer |
mock-generator | Generates test mocks, stubs, and fixtures for testing (Jest, Vitest, pytest, etc.). Use when user asks to "create mock", "generate stub", "mock function", "test fixtures", or "mock API response". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/beginner/testing-skills/mock-generator | Dexploarer |
a11y-annotation-generator | Adds accessibility annotations (ARIA labels, roles, alt text) to make web content accessible. Use when user asks to "add accessibility", "make accessible", "add aria labels", "wcag compliance", or "screen reader support". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/accessibility-skills/a11y-annotation-generator | Dexploarer |
data-cleaning-pipeline-generator | Generates data cleaning pipelines for pandas/polars with handling for missing values, duplicates, outliers, type conversions, and data validation. Use when user asks to "clean data", "generate data pipeline", "handle missing values", or "remove duplicates from dataset". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/data-science-skills/data-cleaning-pipeline | Dexploarer |
jupyter-notebook-assistant | Organizes, cleans, and optimizes Jupyter notebooks - removes empty cells, adds structure, extracts functions, generates documentation. Use when user asks to "clean notebook", "organize jupyter", "refactor notebook", or "jupyter best practices". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/data-science-skills/jupyter-assistant | Dexploarer |
regex-pattern-builder | Builds and explains regex patterns from natural language, tests patterns, and provides examples. Use when user asks to "create regex", "regex pattern", "match pattern", "validate email/phone", or "regex help". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/developer-productivity/regex-pattern-builder | Dexploarer |
dockerfile-generator | Generates optimized Dockerfiles for various languages and frameworks with best practices (multi-stage builds, layer caching, security). Use when user asks to "create dockerfile", "dockerize app", "containerize", or "docker setup". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/devops-skills/dockerfile-generator | Dexploarer |
github-actions-workflow-builder | Creates GitHub Actions workflows for CI/CD (test, build, deploy, release). Use when user asks to "setup github actions", "create workflow", "ci/cd pipeline", "automate testing", or "deployment workflow". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/devops-skills/github-actions-builder | Dexploarer |
api-documentation-generator | Generates comprehensive API documentation including OpenAPI/Swagger specs, endpoint descriptions, request/response examples, and integration guides. Use when documenting APIs. | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/framework-skills/api-documentation-generator | Dexploarer |
django-model-helper | Generates Django models with proper field types, relationships, and migrations. Use when creating Django models or database schemas. | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/framework-skills/django-model-helper | Dexploarer |
express-api-generator | Generates Express.js API routes with proper middleware, error handling, validation, and TypeScript support. Use when creating REST APIs or Express endpoints. | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/framework-skills/express-api-generator | Dexploarer |
fastapi-generator | Generates FastAPI endpoints with proper Pydantic models, dependency injection, async handlers, and OpenAPI documentation. Use when building Python REST APIs. | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/framework-skills/fastapi-generator | Dexploarer |
react-component-generator | Generates React components with TypeScript, hooks, and best practices. Use when user asks to "create React component", "generate component", or "scaffold component". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/framework-skills/react-component-generator | Dexploarer |
vue-component-generator | Generates Vue 3 components using Composition API, TypeScript, proper props definition, and best practices. Use when creating Vue components or building Vue UI. | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/framework-skills/vue-component-generator | Dexploarer |
i18n-setup-wizard | Sets up complete internationalization infrastructure for React, Vue, Next.js, or vanilla JS with framework config, translation files, and language switching. Use when user asks to "setup i18n", "add translations", "multi-language support", or "internationalization setup". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/i18n-skills/i18n-setup-wizard | Dexploarer |
translation-key-extractor | Extracts hardcoded strings from code and converts them to translation keys for i18n. Use when user asks to "extract translations", "find hardcoded strings", "internationalize code", "setup i18n", or "create translation files". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/i18n-skills/translation-key-extractor | Dexploarer |
react-native-component-generator | Generates React Native components with platform-specific code, TypeScript support, and mobile-first patterns. Use when user asks to "create React Native component", "generate RN component", "scaffold mobile component", or "create cross-platform component". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/mobile-skills/react-native-component-generator | Dexploarer |
database-query-optimizer | Analyzes and optimizes database queries for PostgreSQL, MySQL, MongoDB with EXPLAIN plans, index suggestions, and N+1 query detection. Use when user asks to "optimize query", "analyze EXPLAIN plan", "fix slow queries", or "suggest database indexes". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/performance-skills/database-query-optimizer | Dexploarer |
image-optimizer | Optimizes images for web performance by converting to modern formats, compressing, and generating responsive sizes. Use when user asks to "optimize images", "compress images", "convert to webp", or mentions image performance. | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/performance-skills/image-optimizer | Dexploarer |
lighthouse-ci-integrator | Integrates Lighthouse CI for automated performance testing, Core Web Vitals tracking, and regression detection in CI/CD pipelines. Use when user asks to "setup Lighthouse CI", "add performance testing", "monitor Core Web Vitals", or "prevent performance regressions". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/performance-skills/lighthouse-ci-integrator | Dexploarer |
dependency-vulnerability-scanner | Scans dependencies for known vulnerabilities (npm audit, pip-audit, etc.), generates reports, and suggests fixes. Use when user asks to "check vulnerabilities", "security scan", "audit dependencies", "check CVEs", or "vulnerable packages". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/security-skills/dependency-scanner | Dexploarer |
pii-detector | Detects Personally Identifiable Information (PII) in code, logs, databases, and files for GDPR/CCPA compliance. Use when user asks to "detect PII", "find sensitive data", "scan for personal information", "check GDPR compliance", or "find SSN/credit cards". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/security-skills/pii-detector | Dexploarer |
security-header-generator | Generates security HTTP headers (CSP, HSTS, CORS, etc.) for web applications to prevent common attacks. Use when user asks to "add security headers", "setup CSP", "configure CORS", "secure headers", or "HSTS setup". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/security-skills/security-header-generator | Dexploarer |
property-based-test-generator | Generates property-based tests using Hypothesis (Python), fast-check (JavaScript/TypeScript), or QuickCheck (Haskell). Use when user asks to "generate property tests", "create hypothesis tests", "add property-based testing", or "generate fast-check tests". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/testing-skills/property-based-test-generator | Dexploarer |
visual-regression-test-setup | Sets up visual regression testing using Percy, Chromatic, or Playwright to catch unintended UI changes through screenshot comparison. Use when user asks to "setup visual testing", "add screenshot tests", "prevent visual bugs", or "setup Percy/Chromatic". | skillsmp.com | null | https://github.com/Dexploarer/claudius-skills/tree/main/examples/intermediate/testing-skills/visual-regression-setup | Dexploarer |
ai-ctf-generic | Execute AI security CTF challenges across any competition platform with adaptable workflows for indirect prompt injection, jailbreaks, agent exploitation, and evidence collection with research-grounded techniques | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/ai-ctf-generic | RazonIn4K |
gray-swan-competition | Execute Gray Swan AI Arena indirect prompt injection (IPI) and machine-in-the-middle (MITM) challenges with optimized payloads, reconnaissance workflows, and evidence collection for CTF competition success | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/gray-swan-competition | RazonIn4K |
gray-swan-ipi-wave-2-executor | Execute Indirect Prompt Injection attacks for Gray Swan AI Arena Wave 2 with pre-built payloads, model profiling, and evidence collection automation | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/gray-swan-ipi-wave2 | RazonIn4K |
gray-swan-mitm-general | Complete guide for Gray Swan MITM challenges across all waves. Includes AI agent profiling, defense bypass strategies, domain-specific handling, and platform troubleshooting. Use for ANY Gray Swan MITM challenge. | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/gray-swan-mitm-general | RazonIn4K |
gray-swan-mitm-interaction | Guide AI assistants through Gray Swan MITM challenges using Playwright browser automation to interact with AI agent intermediaries. Use when working on Gray Swan Machine-in-the-Middle CTF challenges. | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/gray-swan-mitm-interaction | RazonIn4K |
gray-swan-wave3-mitm | Execute Gray Swan Wave 3 MITM challenges across 10 challenges and 90 AI models using Playwright automation, tiered execution strategy, and compliance framing. Use for Wave 3 healthcare, critical infrastructure, WordPress, and web vulnerability challenges. | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/gray-swan-wave3-mitm | RazonIn4K |
gray-swan-wave3-mitm-updated | Updated Wave 3 MITM execution skill incorporating Nov 18 platform stability discoveries, domain-specific AI defenses, and WordPress container isolation. Use for Wave 3 challenges with realistic success rates and mitigation strategies. | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/gray-swan-wave3-mitm-updated | RazonIn4K |
multi-model-orchestration | Orchestrate workflows across multiple AI models (Perplexity, GPT, Grok, Claude, Gemini) for comprehensive security research, competition execution, and strategic analysis using GUI interfaces or API automation | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/multi-model-orchestration | RazonIn4K |
payload-generator | Generate optimized indirect prompt injection, H-CoT, and multi-layer attack payloads for AI security testing and CTF competitions with automated family selection and success rate optimization | skillsmp.com | null | https://github.com/RazonIn4K/Red-Team-Learning/tree/main/.claude/skills/payload-generator | RazonIn4K |
auvima-browser-automation | 使用AuViMa CLI自动化浏览器操作。当需要网页数据采集、视频素材收集、UI测试或任何需要与浏览器交互的任务时使用此skill。核心原则:每个操作后必须验证结果,先探索DOM结构,适当等待页面加载。 | skillsmp.com | null | https://github.com/tsaijamey/AuViMa/tree/main/.claude/skills/auvima-browser-automation | tsaijamey |
ones-task-form-automation | 自动填写 ONES 项目管理系统的 Create Task 表单。包含表单定位、字段识别、React 兼容的填写方法和下拉菜单操作。当需要在 ONES 系统中批量创建或自动填写任务时使用。 | skillsmp.com | null | https://github.com/tsaijamey/AuViMa/tree/main/.claude/skills/ones-task-form-automation | tsaijamey |
auvima-video-production | AuViMa视频自动化制作专家。当用户需要收集视频资料、制作视频素材(clip)、生成声音克隆配音或合成最终视频时使用此skill。涵盖Chrome CDP操作、屏幕录制、声音克隆API调用和视频合成流程。 | skillsmp.com | null | https://github.com/tsaijamey/AuViMa/tree/main/.claude/skills/video-production | tsaijamey |
architecture-paradigm-client-server | Model system responsibilities across clients, servers, and optional peer-to-peer nodes. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-client-server | athola |
architecture-paradigm-cqrs-es | Apply Command Query Responsibility Segregation (CQRS) and Event Sourcing (ES) for collaboration-heavy domains that require strong auditability and independent scaling of reads and writes. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-cqrs-es | athola |
architecture-paradigm-event-driven | Structure systems around asynchronous, event-based communication to decouple producers and consumers for improved scalability and resilience. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-event-driven | athola |
architecture-paradigm-functional-core | Employ the "Functional Core, Imperative Shell" pattern to isolate deterministic business logic from side-effecting code for superior testability. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-functional-core | athola |
architecture-paradigm-hexagonal | Employ the Hexagonal (Ports & Adapters) pattern to decouple domain logic from infrastructure, maximizing flexibility and testability. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-hexagonal | athola |
architecture-paradigm-layered | Use a Layered (or N-Tier) architecture to separate presentation, domain logic, and data access responsibilities within a system. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-layered | athola |
architecture-paradigm-microkernel | Build a minimal, stable core system that loads plug-ins to provide feature variability and extensibility. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-microkernel | athola |
architecture-paradigm-microservices | Decompose systems into a suite of small, independently deployable services that are aligned to specific business capabilities. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-microservices | athola |
architecture-paradigm-modular-monolith | Maintain a single deployable artifact while enforcing strong internal boundaries between modules. | skillsmp.com | null | https://github.com/athola/archetypes/tree/master/skills/architecture-paradigm-modular-monolith | athola |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.