YatsekTest/skills-expand-your-team-with-copilot
GitHub Copilot learning repo for expanding team workflows with AI agents.
GitHub Copilot learning repo for expanding team workflows with AI agents.
npx skills add YatsekTest/skills-expand-your-team-with-copilotGitHub Copilot learning repo for expanding team workflows with AI agents.
Obsidian MCP Server with image vision, link graph traversal, section editing. Most capable knowledge-management MCP
Use when building, debugging, or extending MCP servers or clients that connect AI systems with external tools and data sources. Invoke to implement tool handlers, configure resource providers, set up stdio/HTTP/SSE transport layers, validate schemas with Zod or Pydantic, debug protocol compliance issues, or scaffold complete MCP server/client projects using TypeScript or Python SDKs.
Claude Code shared skills for Zantarix projects
Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.
Centralized AI agent skill repository for the Integration Team, providing reusable modules, automation scripts, and standardized patterns to orchestrate workflows, transform data, and execute reliable integration tasks across internal and external systems at scale.
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 n8n Code node. Note — JavaScript is recommended for 95% of use cases — only use Python when the user explicitly prefers it or the task requires Python-specific standard library capabilities (regex, hashlib, statistics). EXCEPTION — for Python in the AI-agent-callable Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode), use the n8n-code-tool skill instead (input is _query, return must be a string).