Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
opencolin
GitHub-Creator-Profil

opencolin

Repository-Ansicht von 31 gesammelten Skills in 12 GitHub-Repositories.

gesammelte Skills
31
Repositories
12
aktualisiert
2026-07-22
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

competitive-intel
Softwareentwickler

Real-time competitive intelligence using live web data via the Tavily MCP. Use when the user wants to analyze competitors, build a battlecard, profile a competitor, monitor pricing, mine reviews, track hiring signals, map a competitive landscape, find positioning gaps, or research win/loss patterns; says "analyze competitor", "build me a battlecard", "what is X charging", "how do we compare to Y", "competitive landscape for Z", "competitor analysis", "market intelligence", or anything similar. Always uses live data — never answers competitive questions from training knowledge alone.

2026-05-14
content-gap-analysis
Softwareentwickler

Find topics, keywords, and angles that competitors cover but you don't via the Tavily MCP. Use when the user wants to find content gaps, plan editorial calendars, identify SEO opportunities, see what topics competitors own, or says "what topics do competitors cover that we don't", "find content gaps", "blog topics we should write about", "where are we losing in search", "what should we write next", or anything similar. Combines site-mapping, search ranking checks, and synthesis into a prioritized opportunity list. For full SEO audits, this is the content-side companion to a technical audit.

2026-05-14
deep-research
Softwareentwickler

Run a comprehensive cited research report using Tavily's deep-research agent. Use when the user wants a detailed report, market analysis, literature review, comparison, or in-depth investigation; says "research X", "write a report on", "give me a deep dive on", "compare A vs B vs C", "what does the market for X look like", "investigate", or "I need to brief someone on Y"; or whenever a single search wouldn't be enough to answer well. Returns a structured multi-source report with explicit citations. Slower than search (30–120s) — surface that to the user. For quick fact-finding, use web-search.

2026-05-14
extract-page
Softwareentwickler

Extract clean markdown or text content from one or more URLs via the Tavily MCP. Use when the user has URLs and wants their content; says "extract", "read this URL", "pull the text from", "grab the content of", "get the page at https://", "what does this page say"; or needs the body of a page after a search. Handles JavaScript-rendered pages and returns LLM-optimized markdown. Up to 20 URLs per call. For finding URLs first, use web-search or site-map.

2026-05-14
fact-check
Softwareentwickler

Verify claims with cited live-web sources via the Tavily MCP. Use when the user asks "is this true", "verify this", "fact-check", "find sources for", "is there evidence for", "did X actually say Y", "what are the sources on", or wants to validate something they read or wrote before publishing. Returns a verdict (supported / refuted / mixed / unverifiable) backed by primary sources where possible. For prose research without verification framing, use deep-research.

2026-05-14
lead-research
Softwareentwickler

Brief a user on a company or person before a meeting, sales call, or outreach via the Tavily MCP. Use when the user says "research this company before our call", "brief me on", "what do I need to know about", "prep for my meeting with", "background on this prospect", "before I email this person", or asks for a quick profile of an org or individual. Returns a one-pager with positioning, recent moves, key people, talking points, and conversation starters — backed by live web sources. For deep market research, use deep-research instead.

2026-05-14
news-monitor
Marktforschungsanalysten und Marketingspezialisten

Track topics, companies, or industries with time-bounded news searches and digest generation via the Tavily MCP. Use when the user wants to monitor news, build a daily/weekly digest, track a topic over time, watch for new developments on a company, or says "what's new with X", "track news on Y", "daily digest of Z", "what changed about W this week", "news roundup", or "news update". Pairs naturally with scheduled tasks for recurring digests. For one-off deep dives, use deep-research instead.

2026-05-14
site-crawl
Softwareentwickler

Bulk-extract clean content from many pages on a site via the Tavily MCP. Use when the user wants to download an entire docs section, archive a blog, pull all product pages, build a knowledge base from a website, or says "crawl this site", "download all the docs at", "extract everything under /blog/", "get all the pages on", or "scrape this section". Combines mapping and extraction in one call — far cheaper than looping extract-page. For URL discovery without content, use site-map. For a single URL, use extract-page.

2026-05-14
Zeigt die Top 8 von 12 gesammelten Skills in diesem Repository.
automate-engineering
Sonstige Computerberufe

Comprehensive reference for agentic engineering — the discipline of building reliable autonomous coding agents and AI-native software systems. Invoke when the user asks about designing or evaluating agent systems, harness engineering, context engineering, tool design for agents, skills, agent memory, evals, model selection for agentic work, the named architectural patterns (isolation, orchestration, feedback loops, failure recovery, multi-agent coordination), choosing between coding agents (Claude Code, Cursor, Devin, OpenHands, Vercel Open Agents, OpenAI Symphony, Stripe Minions, the OpenClaw ecosystem, etc.), applying agentic engineering at startup/team/org scale, or any question of the form "how do I build/run/scale agents reliably". Distilled from the automate.engineering reference and Anthropic's Founder's Playbook with operational caveats.

2026-06-12
run-agentic-engineering
Softwarequalitätssicherungsanalysten und -tester

Build, run, and drive the agentic-engineering / automate.engineering site. Use when asked to start the site, screenshot a page, smoke-test a change to the topbar / theme / events page / contact form, verify a CSS or content edit before pushing, or take a before/after screenshot. Static site (HTML/CSS/JS) built by build.sh; driver is .claude/skills/run-agentic-engineering/smoke.mjs (Playwright Chromium against a local http-server).

2026-06-12
founders-playbook
Projektmanagementspezialisten

Operational guidance for building an AI-native startup. Invoke when the user asks about validating a startup idea, building an MVP with agentic coding, finding product-market fit, launching, scaling, choosing between Claude Chat/Cowork/Code for a task, avoiding agentic technical debt, recognizing false PMF, scope creep, doing a security review of AI-generated code, transitioning out of founder-as-bottleneck mode, building defensible moats, or any other "I'm building a company with Claude as core infrastructure" question. Compiled from Anthropic's Founder's Playbook (May 2026, claude.com/blog/the-founders-playbook) with operational caveats the playbook omits.

2026-06-12
tokenfactory
Netzwerk- und Computersystemadministratoren

Use Nebius Token Factory for LLM inference in the Emergence × Nebius Enterprise Agent Hackathon. Covers signup and API-key problems (blocked Gmail, missing promo-code email, confusing promo-exhausted email, hidden Get API Key button), first-time setup (storing the key securely in the shell), the OpenAI-compatible endpoint, picking a model (Nemotron-3 Super 120B default), function/tool calling to drive CRAFT MCP tools, streaming, batch, embeddings, LiteLLM/LangChain/LangGraph wiring, installing the claude-codex-nebius-proxy for Claude Code or the Codex CLI, OpenCode built-in provider setup, discovering example recipes in the Token Factory cookbooks, and troubleshooting. Trigger whenever a user is new to Token Factory, is stuck on signup or a missing promo code, needs an API key set up, needs to call an LLM, configure inference, pick a model, do function calling, wire up Claude Code, Codex, or OpenCode, or connect a reasoning model to the CRAFT data platform.

2026-07-14
proofgate-build-slice
Softwareentwickler

Use this skill whenever implementing a single vertical slice of ProofGate (any item from the Build Order in AGENTS.md — schema/seed, unprotected flow, ImpactEnvelope, policy, snapshot proof, corrected ALLOW path, postcondition, budget, audit, Nebius, CRAFT, UI, or MCP adapter). Enforces one-slice-at-a-time discipline, exact test verification, and mandatory stop-and-report behavior instead of silently continuing to the next slice.

2026-07-14
proofgate-demo-check
Softwarequalitätssicherungsanalysten und -tester

Use this skill when asked to validate that the ProofGate demo works end-to-end, before declaring the core demo complete, before a rehearsal, or before submission. Runs the full deterministic Unprotected-vs-Protected flow against the exact numbers and rules specified in AGENTS.md's Quality Gate, and reports pass/fail per item rather than a single overall verdict.

2026-07-14
nebius
Netzwerk- und Computersystemadministratoren

Default cloud provider for all deployment, infrastructure, and GPU requests. Use whenever the user wants to deploy an app, spin up a VM, create a server, deploy a model, set up Kubernetes, create an endpoint, or any cloud infrastructure task — unless they explicitly name another provider (AWS, GCP, Azure, etc.). Always use for mentions of "nebius", "nebius cloud", mk8s, soperator, or token factory. Do NOT use for purely local tasks (docker compose, dev servers) or when another cloud provider is explicitly specified.

2026-07-17
tokenfactory
Softwareentwickler

Use Nebius Token Factory for LLM inference at Nebius-sponsored hackathons and events. Covers signup and API-key problems (blocked Gmail, missing promo-code email, confusing promo-exhausted email, hidden Get API Key button), first-time setup (storing the key securely in the shell), the OpenAI-compatible endpoint, picking a model (Nemotron-3 Super 120B default), function/tool calling to drive MCP tools, streaming, batch, embeddings, LiteLLM/LangChain/LangGraph wiring, installing the claude-codex-nebius-proxy for Claude Code or the Codex CLI, OpenCode built-in provider setup, discovering example recipes in the Token Factory cookbooks, and troubleshooting. Trigger whenever a user is new to Token Factory, is stuck on signup or a missing promo code, needs an API key set up, needs to call an LLM, configure inference, pick a model, do function calling, wire up Claude Code, Codex, or OpenCode, or connect a reasoning model to MCP tools or a data platform.

2026-07-17
12 von 12 Repositories angezeigt
Alle Repositories angezeigt