Find the perfect skill
Implement Linear Issue
Development
This skill automates the full workflow for implementing a Linear issue. Given an issue ID or URL, it fetches the details, marks the issue as in progress, and assists with the implementation. After coding, it commits the changes, creates a pull request, links the PR to the Linear issue, and moves the issue to 'In Review'.
Python Code Assistant
Development
Generates, analyzes, debugs, and tests Python code using only local context. It inspects the Python environment, reads docstrings and offline documentation to craft solutions, and suggests pip or conda commands for missing packages. Helps when you need to produce or improve Python code without internet access.
Architecture Decision Records (ADR)
Documentation
This skill helps document and manage architecture decisions using structured ADR templates. It guides users through context, decision drivers, options, and consequences for technical choices. Use it when evaluating new frameworks, database technologies, API designs, or security architecture.
SysML v2 Systems Modeling
Development
SysML v2 systems modeling guidance for creating valid models with correct syntax, proper type hierarchies, and validation workflows. Use when working with .sysml files, systems modeling, architecture documentation, SysON, or Eclipse SysML tools.
Sequential Thinking & UltraThink
Development
Structured reasoning system for complex problem analysis and architectural decision-making. Uses sequential thinking MCP to decompose problems into steps and explore multiple approaches.
Use Case Pattern Page Builder
Documentation
Create new use-case patterns in the Adobe Experience Platform Blueprint repository, generate Markdown files, and update cross-references.
Browser Automation
DevOps
Vision-driven browser automation with Midscene. Interacts with all visible elements without DOM access. Opens browser tabs for each target URL via Puppeteer.
7 Key Principles Validator
Testing
Validates code compliance with 7 key principles (TDD, fail fast, modular, reuse, open source, no debt, excellence). Detects violations and suggests improvements during code review or refactoring.
Multi-Layer Security Hardening Orchestration
Security
Coordinates multi-layer security hardening using specialized agents for vulnerability scanning, threat modeling, architecture review, and remediation. It implements defense-in-depth controls across application, infrastructure, and CI/CD pipelines. Best for running a structured security hardening program with prioritized fixes and compliance validation.
MetaTrader 5 Log Reader
DevOps
Reads MetaTrader 5 log files to access Print() output and error messages without manually checking the Experts pane. Useful for validating indicator, script, and EA execution, as well as analyzing compilation or runtime errors.
Eiffel Intent Capture
Development
Generates an 'intent.md' document capturing user requirements and justification before any code is written. Runs an AI-assisted review with probing questions to clarify vague language and identify missing requirements. Use the `/eiffel.intent` command to start the process.
Standalone Python Scripts with uv
Development
Create standalone Python scripts using uv shebang with PEP 723 inline metadata. Automatically manage dependencies without a full project setup.