Browse all

Type: All Skills Tools
skill ★ 119

Discovering repeatable workflow patterns from screen activity

This skill mines a user's historical screen activity timeline to identify recurring, automatable workflows. It applies a rigorous fitness filter to surface patterns suitable for integration via n8n, Make, Zapier, or custom scripting.

deusXmachina-dev/memorylane workflow-analysis pattern-detection automation screen-activity
skill ★ 42

Advanced financial planning and affordability analysis

This skill provides comprehensive financial reasoning by analysing user profiles, current budgets, and projected cash flow to determine affordability and potential tradeoffs. It synthesises data across multiple accounts and spending categor…

ignaciohermosillacornejo/copilot-money-mcp finance budgeting cash-flow financial-planning
skill ★ 119

End-to-End Software Release and Versioning Workflow

Guides the end-to-end process for publishing stable or prerelease versions, handling version bumping, generating comprehensive release notes, and pushing tags to trigger CI/CD pipelines.

deusXmachina-dev/memorylane release versioning git semver
skill ★ 42

Automated travel expense tracking and tagging

This skill automates the process of identifying, scoring, and tagging travel-related bank transactions. It analyzes spending within a specified date range and a subsequent buffer period to accurately capture late-posting charges, providing …

ignaciohermosillacornejo/copilot-money-mcp finance travel expense-tracking transaction-tagging
skill ★ 119

Automating SQLite Storage Schema Migrations

This skill manages the lifecycle of SQLite storage schema evolution by generating forward-only, idempotent migrations. It guides the developer through identifying schema deltas, implementing safe SQL changes, and registering updates to keep…

deusXmachina-dev/memorylane sqlite schema-migration database storage
skill ★ 119

Semantic versioning release workflow automation

This skill guides the developer through the complete semantic versioning release process, including updating package metadata, generating release notes, and committing/tagging the changes. It ensures all necessary steps, from linting to pus…

deusXmachina-dev/memorylane git semver release ci-cd
skill ★ 163

MCP Tool Implementation Review

An automated process for auditing MCP tool implementations against project-specific patterns, registration requirements, and best practices.

nesquikm/mcp-rubber-duck mcp tool-review code-audit typescript
skill ★ 42

Comprehensive financial transaction cleanup and audit

This skill performs a structured, multi-phase audit of financial data, first validating the underlying category taxonomy before detecting miscategorized transactions and identifying missing or misclassified transfers. It ensures robust data…

ignaciohermosillacornejo/copilot-money-mcp finance transactions categorization data-audit
skill ★ 119

Deploy MemoryLane Claude Code Plugin Version

This skill automates the deployment of the MemoryLane Claude Code plugin. It verifies that only designated plugin paths have changed, increments the version number, and executes the necessary git commit and push sequence.

deusXmachina-dev/memorylane git-deployment plugin-management version-bumping claude-plugin
skill ★ 42

Reconcile Amazon Orders with Copilot Transactions

This skill reconciles Amazon order exports with Copilot Money transactions, automatically categorizing purchases, splitting multi-item shipments, and matching refunds. It processes various CSV schemas to ensure accurate financial ledgering …

ignaciohermosillacornejo/copilot-money-mcp amazon-sync expense-tracking reconciliation csv-parsing
skill ★ 163

Update LLM pricing data from provider websites

This skill researches and updates comprehensive LLM pricing data across major providers (OpenAI, Anthropic, etc.). It ensures accuracy by only including explicitly listed models and running necessary type and unit tests upon completion.

nesquikm/mcp-rubber-duck llm pricing api data-sync
skill ★ 163

Setup mcp-rubber-duck for AI coding tools

This skill automates the integration of the mcp-rubber-duck MCP server across various AI coding environments, including VS Code, Cursor, and Claude. It manages platform-specific configuration files and environment variables, ensuring non-de…

nesquikm/mcp-rubber-duck mcp-server ai-coding vscode claude
skill ★ 8,633

IDAPython for IDA Pro Reverse Engineering

Provides capabilities for automating binary analysis and reverse engineering using the IDA Pro Python API. It enables database manipulation, including function analysis, type system management, and Hex-Rays decompiler interaction.

mrexodia/ida-pro-mcp idapython reverse-engineering ida-pro binary-analysis
skill ★ 11

End-to-End Release Validation and QA

This skill performs comprehensive, adversarial end-to-end testing on a candidate release, deploying it in an isolated environment to validate all critical paths. It systematically checks the UI, API, security headers, and boundary condition…

Destrayon/Connapse e2e-testing security-audit api-validation adversarial-testing
skill ★ 11

Parallel multi-agent GitHub issue worker

This skill orchestrates multiple autonomous agents to work on several GitHub issues concurrently. It intelligently selects non-conflicting tasks by scoring issues against various criteria and ensuring each agent operates in an isolated work…

Destrayon/Connapse github-automation multi-agent pr-creation issue-management
skill ★ 11

Intelligent GitHub Issue Prioritization and Task Recommendation

This skill analyzes an open GitHub repository's issues and codebase state to recommend the optimal next development task. It scores issues using weighted criteria such as priority, milestone urgency, dependency readiness, and code momentum …

Destrayon/Connapse github-issues task-prioritization development-workflow git-management
skill ★ 11

Systematic Project Work Discovery Skill

This skill performs deep research across codebases, GitHub issues, and project boards to identify technical debt, feature gaps, and new tasks. It automates the discovery of uncaptured work by analysing code markers, test coverage, and archi…

Destrayon/Connapse codebase-audit task-discovery technical-debt github-integration
skill ★ 11

Batch Create Structured GitHub Issues

This skill processes conversational brainstorming discussions, extracting raw ideas and decomposing large features into properly sized, actionable sub-issues. It then structures these into fully metadata-rich GitHub issues and commits them …

Destrayon/Connapse github-issues ticket-management feature-decomposition project-planning
skill ★ 41

Mako Repository Discovery and Orientation

Facilitates repository orientation and broad discovery by enabling searches across code, schemas, and routes. It assists developers in locating symbols, understanding project conventions, and assessing the potential impact of changes within…

drhalto/agentmako repository-discovery code-navigation mako-framework codebase-exploration
skill ★ 41

Comprehensive workflow for complex agent investigations

This skill facilitates complex, multi-stage agent workflows, enabling deep investigations, security audits, and the generation of structured artifacts. It manages everything from initial suggestions and pre-flight checks to session handoffs…

drhalto/agentmako workflow investigation artifact-generation security-audit
skill ★ 41

Deep evidence and dependency tracing skill

This skill provides deep, focused evidence tracing for specific application components. It allows developers to map dependencies, usage, and supporting evidence for targets like routes, schemas, files, and database entities.

drhalto/agentmako dependency-tracing code-analysis evidence-gathering schema-usage
skill ★ 41

Comprehensive context for database entities

This skill provides comprehensive, bounded context bundles for core database entities like tables, routes, and RPCs. It aggregates schema, security policies, dependencies, and calling evidence, simplifying complex, entity-wide impact analys…

drhalto/agentmako table-context route-context rpc-context schema-analysis
skill ★ 41

Project Intelligence for Codebase Analysis

This skill suite provides deep, structural project intelligence by querying indexed code, schemas, routes, and graph edges. It allows developers to perform advanced tasks like dependency tracing, database introspection, and AST pattern matc…

drhalto/agentmako code-intelligence project-analysis schema-introspection graph-traversal
skill ★ 41

Codebase relationship and impact analysis skill

This skill provides comprehensive graph analysis capabilities, allowing developers to trace dependencies, map system flows, and estimate the blast radius of proposed changes across a codebase. It supports finding paths, detecting cycles, an…

drhalto/agentmako graph-analysis dependency-tracking codebase-impact refactoring