Skip to main content

このリポジトリの skills

TuYv/ccpm - 30ページ

SkillsMP は TuYv/ccpm から 5,252 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

TuYv/ccpm

収集済み skill 5,252 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with this.helpers / the $helpers global, working with dates using DateTime, troubleshooting Code node errors, choosing between…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically requests Python for an…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Wire n8n error handling so failures are loud, structured, and recoverable. Use when building any webhook/API workflow, a scheduled or unattended workflow, or any path where a silent failure would drop user-visible work — and whenever the user mentions error…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, mapping data between nodes, or referencing webhook data in workflows. Use this skill…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, organizing workflows into folders, managing credentials, auditing instance security, or using any n8n-mcp…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when an n8n-mcp account targets more than one n8n instance — i.e. the `n8n_instances` tool is available, the user mentions multiple n8n instances or environments (prod vs staging, several teams or clients), a workflow / datatable / credential / execution…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type. Always use this skill…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Deploy a production self-hosted n8n end-to-end to a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS. Use whenever the user wants to self-host, install, set up, provision, or deploy n8n on their own…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over ~10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, reuse, shared/common…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when building, editing, validating, testing, or debugging an n8n workflow through the n8n-mcp MCP server — designing a flow, configuring a node, writing an expression or Code node, wiring credentials, or fixing one that misbehaves. The entry-point skill…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when updating Lingui catalogs or fixing translations

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Run the claude-code-viewer release flow end-to-end. Use when the user asks to release patch, minor, major, beta, or an explicit semver; includes non-interactive release execution, GitHub Actions monitoring with gh, release note cleanup, and publishing the…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Implement specialized rendering for Claude Code tools. Use when adding a new tool type (WebSearch, WebFetch, etc.) to the transcript viewer, or when asked to implement tool rendering.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Refresh dev-docs/tools-coverage.md against the upstream Claude Code tools reference and the Codex app-server item schema. Use when checkpointing tool-renderer/provider coverage, after adding/removing a renderer or Codex adapter, or when either upstream…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent", "wake agent", "install plugin", "show agent", "restart agent", or any agent lifecycle management…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an agent", "check agent inbox", "message another agent", "reply to a message", "notify an agent", or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool use, function calling.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool APIs, implementing permission systems, or creating autonomous…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Automatically fetch latest library/framework documentation for Claude Code via Context7 API

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (sequential, hierarchical, parallel), memory systems, and flows…

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for…

原文の言語: 英語

更新
収集済み skill 5,252 件中 40 件を表示しています。