Skills
Stripe Integration Best Practices
Provides guidance on Stripe API selection, integration routing, and security best practices for building and maintaining robust payment infrastructures.
Explore, Plan, and Spec Features for MCP Server
This skill provides a structured workflow for developers to explore, plan, and generate specifications for changes within the Apify MCP server codebase. It facilitates deep code understanding, architectural design, and the creation of actio…
bug issue triage for apify mcp server
This skill automates the process of triaging open bug reports on the Apify MCP server's GitHub repository. It analyzes issue context, categorises root causes, drafts developer-to-developer responses, and proposes necessary GitHub actions fo…
Stripe Projects Service Provisioning Skill
Automates third-party service provisioning and API key retrieval via the Stripe Projects CLI. The skill handles provider verification, CLI installation, and project initialisation before delegating to local execution skills.
Managing Stripe API and SDK Version Upgrades
This skill guides developers through managing Stripe's complex versioning system across API, server-side SDKs, and mobile platforms. It details best practices for handling breaking changes and explicitly setting the apiVersion to ensure sea…
Stripe API integration best practices guide
This skill guides developers through selecting the appropriate Stripe API for complex integrations, covering everything from one-time payments and subscriptions to marketplace setup and financial account management. It ensures adherence to …
Stripe API and SDK Upgrade Guide
Provides instructions for upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. It covers managing breaking changes and implementing version-specific configurations across various programming languages.
deep github research and synthesis for mcp
This skill facilitates deep research across the modelcontextprotocol GitHub repository, aggregating information from PRs, issues, and discussions. It synthesises findings, extracts key design rationale, and attributes insights using structu…
Provision Third-Party Services via Stripe Projects
This skill automates the provisioning of third-party services by first verifying provider availability and ensuring the Stripe CLI and Projects plugin are correctly installed. It manages the full project initialization flow, allowing subseq…
Drafting MCP Specification Enhancement Proposals
A structured workflow for researching and drafting Specification Enhancement Proposals (SEPs) within the Model Context Protocol ecosystem. It guides authors through validation, stakeholder interviewing, and technical research phases to ensu…
Stripe API integration best practices guide
This skill provides comprehensive guidance on selecting the correct Stripe API endpoints for various use cases, including one-time payments, subscriptions, and marketplace setups. It covers critical best practices such as restricted API key…
GitHub Issue Investigation and Planning
Automates the investigation of GitHub issues by fetching details, searching the codebase, and researching external documentation to produce a comprehensive implementation plan. It provides impact analysis and test guidance to assist with so…
Manage OpenHands SDK Updates and Releases
This skill guides the process of bumping SDK versions, pinning packages to unreleased commits, and executing full OpenHands releases. It details manual and automated steps required to maintain version consistency across poetry dependencies,…
Summarize upcoming release changes from commits
This skill generates a structured summary of Pull Requests between two specified commit SHAs, filtering out routine changes like chores and dependency updates. It categorises the remaining changes into features, bug fixes, security patches,…
End-to-end testing for cross-repo features
This skill provides a structured workflow for performing end-to-end validation of features spanning the SDK client and the OpenHands cloud backend. It guides developers through complex processes, such as testing new APIs or integrating unre…
Langroid Multi-Agent Design Patterns Index
This index details advanced design patterns for the Langroid multi-agent framework, covering everything from stateful tool handlers and complex task termination logic to batch processing and external MCP tool integration. It provides struct…
Documenting design patterns for agent frameworks
This skill facilitates the structured documentation of design patterns learned within the Langroid agent framework. It requires creating a descriptive entry in a central file and detailing the implementation, code examples, and usage contex…
Interactive PR comment resolution workflow
This skill systematically addresses all unresolved pull request review comments by fetching thread details via GitHub GraphQL API. It guides the user through reviewing the issue, researching documentation, and applying local code fixes or r…
Automated Playwright E2E Test Management Skill
This skill manages the entire lifecycle of Playwright End-to-End tests, enabling developers to write, run, debug, and audit test suites. Crucially, it automatically detects UI changes—such as modified data-testids or component structures—an…
Automated Bifrost Release Changelog Generator
Automates Bifrost release management by parsing git history to generate changelogs and cascading version bumps across the core, framework, plugins, and transports hierarchy.
Automated documentation writer for Bifrost features
This skill generates, updates, and reviews Mintlify MDX documentation by performing deep research across the entire Bifrost codebase, including the React UI, Go backend handlers, and configuration schemas. It ensures technical accuracy by v…
API Documentation and Code Coverage Validator
This skill audits the entire HTTP API surface by comparing live controller route registrations against the defined OpenAPI specification. It detects documentation drift, missing endpoints, and discrepancies in authentication or schema defin…
Automated Documentation Sync for Source Changes
Automates the synchronization of documentation pages with source code changes by analysing git diffs and applying targeted edits to MDX files. It identifies changes in constructors, input parameters, and event handlers, while also detecting…
Placeholder skill for deployment operations
This skill is currently a placeholder and does not implement any functional deployment logic. It serves as a marker for future integration of deployment capabilities within the agent framework.