Integrations & APIs
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
-
pjt222 Skill Heal Guidance 6Guide a person through healing modalities including energy work (reiki, chakra balancing), herbal remedies, basic first aid stabilization, and holistic techniques (breathwork, visualization, body scan). AI coaches the practitioner through assessment triage, modality selection, energetic connection, remedy preparation, and integration. Use when a person describes a physical ailment or injury, reports energetic imbalance (fatigue, emotional stagnation), wants coaching through a holistic breathwork or visualization session, or needs post-meditation integration with directed healing attention.
-
pjt222 Skill Practice Viriditas 2Guide viriditas (greening power) meditation and philosophy practice. Covers the concept of viriditas as divine life force, structured meditation protocol, seasonal attunement, and integration with Hildegardian health and spiritual practice. Use when practicing Hildegardian contemplative spirituality, feeling disconnected from seasonal rhythms, experiencing spiritual dryness or lack of vitality, seeking a meditation that integrates body and earth, or deepening understanding of Hildegard's ecological theology.
-
pjt222 Skill Add Rcpp Integration 2Añadir integración con Rcpp o RcppArmadillo a un paquete R para código C++ de alto rendimiento. Cubre la configuración, la escritura de funciones C++, la generación de RcppExports, las pruebas del código compilado y la depuración. Usar cuando una función R es demasiado lenta y la elaboración de perfiles confirma un cuello de botella, cuando se necesita interactuar con bibliotecas C/C++ existentes, o al implementar algoritmos (bucles, recursión, álgebra lineal) que se benefician del código compilado.
-
pjt222 Skill Scaffold CLI Command 2Scaffold a new CLI command using Commander.js with options, action handler, three output modes (human-readable, quiet, JSON), and optional ceremony variant. Covers command naming, option design, shared context patterns, error handling, and integration testing. Use when adding a command to an existing Commander.js CLI, designing a new CLI tool from scratch, or standardizing command structure across a multi-command CLI.
-
pjt222 Skill Test CLI Application 2Write integration tests for a Node.js CLI application using the built-in node:test module. Covers the exec helper pattern, output assertions, filesystem state verification, cleanup hooks, JSON output parsing, error case testing, and state restoration after destructive tests. Use when adding tests to an existing CLI, testing a new command, verifying adapter behavior across frameworks, or setting up CI for a CLI tool.
-
pjt222 Skill Add Rcpp Integration 3高性能C++コードのためにRcppまたはRcppArmadilloをRパッケージに統合する。 セットアップ、C++関数の記述、RcppExportsの生成、コンパイル済みコードのテスト、 デバッグを網羅。プロファイリングでボトルネックが確認されたR関数が遅すぎる場合、 既存のC/C++ライブラリとのインターフェースが必要な場合、またはコンパイル済みコードが 有利なアルゴリズム(ループ、再帰、線形代数)を実装する時に使用する。
-
pjt222 Skill Scaffold CLI Command 3Scaffold a new CLI command using Commander.js with options, action handler, three output modes (human-readable, quiet, JSON), and optional ceremony variant. Covers command naming, option design, shared context patterns, error handling, and integration testing. Use when adding a command to an existing Commander.js CLI, designing a new CLI tool from scratch, or standardizing command structure across a multi-command CLI.
-
pjt222 Skill Test CLI Application 3Write integration tests for a Node.js CLI application using the built-in node:test module. Covers the exec helper pattern, output assertions, filesystem state verification, cleanup hooks, JSON output parsing, error case testing, and state restoration after destructive tests. Use when adding tests to an existing CLI, testing a new command, verifying adapter behavior across frameworks, or setting up CI for a CLI tool.
-
pjt222 Skill Update Skill Content 3既存のSKILL.mdのコンテンツを精度、完全性、明確さの観点で更新する。バージョンの バンプ、手順の改善、落とし穴の拡充、関連スキルの同期を網羅する。スキルの手順が 古いツールやAPIを参照している場合、Common Pitfallsセクションが薄い場合、 Related Skillsに壊れたクロスリファレンスがある場合、またはスキルの手順が 不明確または不完全というフィードバックを受けた後に使用する。
-
pjt222 Skill Chrysopoeia 7Extract maximum value from existing code — performance optimization, API surface refinement, and dead weight elimination. The art of turning base code into gold through systematic identification and amplification of value-bearing patterns. Use when optimizing a working but sluggish codebase, refining an API surface that has accumulated cruft, reducing bundle size or memory footprint, or preparing code for open-source release — when code works correctly but doesn't shine and needs polish rather than a full rewrite.
-
pjt222 Skill Meditate Guidance 4Guide a person through a meditation session from preparation through closing. AI coaches posture selection, breath anchoring, working with distractions, shamatha (calm abiding), vipassana (insight), and session integration. Use when a person wants to begin or deepen a meditation practice, when someone needs to prepare their mind for focused work, when grounding is needed before or after energy healing work, when managing stress or anxiety, or for integration after intense experiences.
-
pjt222 Skill Chrysopoeia 8Extract maximum value from existing code — performance optimization, API surface refinement, and dead weight elimination. The art of turning base code into gold through systematic identification and amplification of value-bearing patterns. Use when optimizing a working but sluggish codebase, refining an API surface that has accumulated cruft, reducing bundle size or memory footprint, or preparing code for open-source release — when code works correctly but doesn't shine and needs polish rather than a full rewrite.
-
pjt222 Skill Heal Guidance 8Guide a person through healing modalities including energy work (reiki, chakra balancing), herbal remedies, basic first aid stabilization, and holistic techniques (breathwork, visualization, body scan). AI coaches the practitioner through assessment triage, modality selection, energetic connection, remedy preparation, and integration. Use when a person describes a physical ailment or injury, reports energetic imbalance (fatigue, emotional stagnation), wants coaching through a holistic breathwork or visualization session, or needs post-meditation integration with directed healing attention.
-
pjt222 Skill Practice Viriditas 6Guide viriditas (greening power) meditation and philosophy practice. Covers the concept of viriditas as divine life force, structured meditation protocol, seasonal attunement, and integration with Hildegardian health and spiritual practice. Use when practicing Hildegardian contemplative spirituality, feeling disconnected from seasonal rhythms, experiencing spiritual dryness or lack of vitality, seeking a meditation that integrates body and earth, or deepening understanding of Hildegard's ecological theology.
-
pjt222 Skill Fail Early Pattern 3できるだけ早い時点でエラーを検出して報告するフェイルアーリー(フェイル ファスト)パターンを適用する。ガード句による入力バリデーション、意味の ある エラーメッセージ、アサーション関数、および失敗を黙って飲み込む アンチパターンをカバーする。主にRの例を含み、一般的/多言語のガイダンスを 提供する。外部入力を受け付ける関数を書く場合、CRAN申請前に入力バリデーション を追加する場合、誤った結果を黙って生成するコードをリファクタリングする場合、 エラーハンドリング品質のPRレビューを行う場合、または無効な引数に対して 内部APIを強化する場合に使用する。
-
pjt222 Skill Practice Viriditas 3Guide viriditas (greening power) meditation and philosophy practice. Covers the concept of viriditas as divine life force, structured meditation protocol, seasonal attunement, and integration with Hildegardian health and spiritual practice. Use when practicing Hildegardian contemplative spirituality, feeling disconnected from seasonal rhythms, experiencing spiritual dryness or lack of vitality, seeking a meditation that integrates body and earth, or deepening understanding of Hildegard's ecological theology.
-
pjt222 Skill Transmute 7Transform a single function, module, or data structure from one form to another while preserving its essential behavior. Lighter-weight than the full athanor cycle, suitable for targeted conversions where the input and output forms are well-understood. Use when converting a function between languages, shifting a module between paradigms, migrating an API consumer to a new version, converting data formats, or replacing a dependency — when the transformation scope is a single function, class, or module rather than a full system.
-
pjt222 Skill Listen Guidance 4Guide a person in developing active listening skills. AI coaches receptive mindset preparation, full-presence attending, reflective paraphrasing, clarifying questioning, synthesis of understanding, and integration of insights into communication practice. Use when a person wants to improve communication, when someone keeps misunderstanding others or feels misunderstood, when preparing for a difficult conversation such as a feedback session or conflict resolution, or when a person notices they talk more than they listen.
-
pjt222 Skill Use GRAPHQL API 4通过命令行与 GraphQL API 交互——通过内省发现 Schema、构造查询和变更操作、 使用 gh api graphql 或 curl 执行、用 jq 解析响应,并通过 ID 管道链接操作。 适用于通过 GraphQL 自动化 GitHub Discussions、Issues 或 Projects、从脚本 集成任意 GraphQL 端点,或构建需要结构化 API 数据的 CLI 工作流。
-
pjt222 Skill Transmute 8Transform a single function, module, or data structure from one form to another while preserving its essential behavior. Lighter-weight than the full athanor cycle, suitable for targeted conversions where the input and output forms are well-understood. Use when converting a function between languages, shifting a module between paradigms, migrating an API consumer to a new version, converting data formats, or replacing a dependency — when the transformation scope is a single function, class, or module rather than a full system.
-
pjt222 Skill Configure API Gateway 2Despliega y configura una puerta de enlace de API (Kong o Traefik) para gestionar el tráfico de API, autenticación, limitación de velocidad, transformación de solicitudes/respuestas y enrutamiento. Cubre configuración de plugins, servicios ascendentes, gestión de consumidores e integración con infraestructura existente. Útil cuando múltiples servicios backend necesitan un punto de conexión de API unificado, se requiere autenticación o limitación de velocidad centralizada, se implementa versionado de API, o se necesitan análisis detallados y balanceo de carga para microservicios.
-
pjt222 Skill Render Blender Output 2Configure render settings, compositing nodes, output formats, and execute renders via Cycles or EEVEE engines using Python API or command-line interface. Use when automating render execution for batch processing, configuring quality and performance trade-offs, setting up compositing pipelines for post-processing, generating multiple output formats from a single render, or producing final output for publication or presentation.
-
pjt222 Skill Configure API Gateway 3APIゲートウェイ(KongまたはTraefik)をデプロイして設定し、APIトラフィック管理、 認証、レート制限、リクエスト/レスポンス変換、ルーティングを処理します。プラグイン設定、 上流サービス、コンシューマー管理、既存インフラとの統合をカバーします。複数のバックエンド サービスに統一されたAPIエンドポイントが必要な場合、集中認証またはレート制限が必要な場合、 APIバージョニングを実装する場合、またはマイクロサービスの詳細な分析とロードバランシングが 必要な場合に使用します。
-
pjt222 Skill Render Blender Output 3Configure render settings, compositing nodes, output formats, and execute renders via Cycles or EEVEE engines using Python API or command-line interface. Use when automating render execution for batch processing, configuring quality and performance trade-offs, setting up compositing pipelines for post-processing, generating multiple output formats from a single render, or producing final output for publication or presentation.
-
pjt222 Skill Chrysopoeia 9Extract maximum value from existing code — performance optimization, API surface refinement, and dead weight elimination. The art of turning base code into gold through systematic identification and amplification of value-bearing patterns. Use when optimizing a working but sluggish codebase, refining an API surface that has accumulated cruft, reducing bundle size or memory footprint, or preparing code for open-source release — when code works correctly but doesn't shine and needs polish rather than a full rewrite.
-
pjt222 Skill Meditate Guidance 5Guide a person through a meditation session from preparation through closing. AI coaches posture selection, breath anchoring, working with distractions, shamatha (calm abiding), vipassana (insight), and session integration. Use when a person wants to begin or deepen a meditation practice, when someone needs to prepare their mind for focused work, when grounding is needed before or after energy healing work, when managing stress or anxiety, or for integration after intense experiences.
-
pjt222 Skill Fail Early Pattern 4应用尽早失败(快速失败)模式,在最早可能的时间点检测并报告错误。涵盖使用 守卫子句进行输入验证、有意义的错误消息、断言函数,以及静默吞噬失败的反模式。 主要以 R 语言为例,并提供通用/多语言指导。适用于编写接受外部输入的函数、 在 CRAN 提交前添加输入验证、重构静默产生错误结果的代码、审查 PR 的错误处理 质量,或强化内部 API 对无效参数的防护。
-
pjt222 Skill Practice Viriditas 4Guide viriditas (greening power) meditation and philosophy practice. Covers the concept of viriditas as divine life force, structured meditation protocol, seasonal attunement, and integration with Hildegardian health and spiritual practice. Use when practicing Hildegardian contemplative spirituality, feeling disconnected from seasonal rhythms, experiencing spiritual dryness or lack of vitality, seeking a meditation that integrates body and earth, or deepening understanding of Hildegard's ecological theology.
-
pjt222 Skill Chrysopoeia 10Extract maximum value from existing code — performance optimization, API surface refinement, and dead weight elimination. The art of turning base code into gold through systematic identification and amplification of value-bearing patterns. Use when optimizing a working but sluggish codebase, refining an API surface that has accumulated cruft, reducing bundle size or memory footprint, or preparing code for open-source release — when code works correctly but doesn't shine and needs polish rather than a full rewrite.
-
pjt222 Skill Meditate Guidance 6Guide a person through a meditation session from preparation through closing. AI coaches posture selection, breath anchoring, working with distractions, shamatha (calm abiding), vipassana (insight), and session integration. Use when a person wants to begin or deepen a meditation practice, when someone needs to prepare their mind for focused work, when grounding is needed before or after energy healing work, when managing stress or anxiety, or for integration after intense experiences.
-
pjt222 Skill Heal Guidance 9Guide a person through healing modalities including energy work (reiki, chakra balancing), herbal remedies, basic first aid stabilization, and holistic techniques (breathwork, visualization, body scan). AI coaches the practitioner through assessment triage, modality selection, energetic connection, remedy preparation, and integration. Use when a person describes a physical ailment or injury, reports energetic imbalance (fatigue, emotional stagnation), wants coaching through a holistic breathwork or visualization session, or needs post-meditation integration with directed healing attention.
-
pjt222 Skill Add Rcpp Integration 4向 R 包添加 Rcpp 或 RcppArmadillo 集成以实现高性能 C++ 代码。涵盖设置、编写 C++ 函数、RcppExports 生成、编译代码测试和调试。适用于 R 函数过慢且性能分析 确认存在瓶颈时、需要与现有 C/C++ 库交互时,或实现受益于编译代码的算法(循环、 递归、线性代数)时。
-
pjt222 Skill Update Skill Content 4更新现有 SKILL.md 的内容以提高准确性、完整性和清晰度。涵盖版本号递增、步骤 精炼、常见问题扩展和相关技能同步。适用于技能步骤引用了过时工具或 API、常见 问题章节内容单薄、相关技能中有失效的交叉引用,或在收到技能步骤不清晰或不完 整的反馈后。
-
pjt222 Skill Heal Guidance 10Guide a person through healing modalities including energy work (reiki, chakra balancing), herbal remedies, basic first aid stabilization, and holistic techniques (breathwork, visualization, body scan). AI coaches the practitioner through assessment triage, modality selection, energetic connection, remedy preparation, and integration. Use when a person describes a physical ailment or injury, reports energetic imbalance (fatigue, emotional stagnation), wants coaching through a holistic breathwork or visualization session, or needs post-meditation integration with directed healing attention.
-
pjt222 Skill Configure Alerting Rules 2Configura Prometheus Alertmanager con árboles de enrutamiento, receptores (Slack, PagerDuty, correo electrónico), reglas de inhibición, silencios y plantillas de notificación para alertas de incidentes accionables. Útil para implementar monitoreo proactivo con detección automatizada de incidentes, enrutar alertas al equipo apropiado según la gravedad, reducir la fatiga de alertas mediante agrupación y deduplicación, integrar con sistemas de guardia como PagerDuty, o migrar desde alertas heredadas a alertas basadas en Prometheus.
-
pjt222 Skill Transmute 9Transform a single function, module, or data structure from one form to another while preserving its essential behavior. Lighter-weight than the full athanor cycle, suitable for targeted conversions where the input and output forms are well-understood. Use when converting a function between languages, shifting a module between paradigms, migrating an API consumer to a new version, converting data formats, or replacing a dependency — when the transformation scope is a single function, class, or module rather than a full system.
Frequently asked questions
What are Integrations & APIs agent skills?
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
Which Integrations & APIs skills are most installed?
Popular Integrations & APIs skills on SkillMD right now include heal-guidance, practice-viriditas, add-rcpp-integration. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Integrations & APIs skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.