Agent skill
models-prefecthq-colin
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/models-prefecthq-colin
SKILL.md
{% set server = colin.mcp.source.server_info() %} {% set server_name = vars.mcp_provider_name | default(server.name) %} {% set skill_name = server_name | lower | replace(" ", "-") %} {% file skill_name ~ "/SKILL.md" publish=true %}
name: {{ skill_name }} description: {% llm model="anthropic:claude-haiku-4-5" id="skill-description" %}Write a 1-sentence description of this MCP server's capabilities for use as a skill description. Be concise.
Server name: {{ server.name }} Server description: {{ server.instructions or "No description provided" }} {%- endllm %} {% if vars.generate_scripts | default(true) %} allowed-tools: Read, Bash(python:*) {%- endif %}
{{ server.name or "MCP Server" }}
{{ server.instructions }}
{% if vars.generate_scripts | default(true) %}
Running Tools
This skill includes Python scripts in scripts/ that call MCP tools directly.
To use these scripts, install: pip install fastmcp
{% endif %} {% set tools = colin.mcp.source.list_tools() %}
Tools
This server provides {{ tools | length }} tool(s):
{% for tool in tools %} {% set tool_doc = ref(skill_name ~ "/" ~ tool.name ~ ".md") %}
- [{{ tool.name }}]({{ tool.name }}.md){% if tool_doc and tool_doc.sections.summary %} - {{ tool_doc.sections.summary }}{% endif %} {% endfor %} {% endfile %}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?