Skip to main content
archibate
GitHub 创作者资料

archibate

按仓库查看 5 个 GitHub 仓库中的 261 个已收集 skills。

已收集 skills
261
仓库
5
更新
2026年8月30日
仓库浏览

仓库与代表性 skills

writing-prompt
未分类

Create or edit agent-facing/LLM prompts using modern prompt-engineering practices. Use this skill before editing agent-facing docs, rule files, references, skills, memory, or any form of LLM prompt. Also use it before writing LLM tests or evaluations. This is…

2026年8月22日
cpp-oop-style
未分类

High-quality C++ OOP coding style (archibate / parallel101 lineage) that overrides sloppy AI-default C++. Use this skill WHENEVER writing, editing, refactoring, or reviewing C++ code (.cpp / .h / .hpp / .cc / .cxx), designing C++ classes, interfaces, APIs, or…

2026年8月21日
cpp-hpc-optimization
未分类

Evidence-driven C++ high-performance computing design, profiling, and optimization across algorithmic time/space complexity, data layout, cache and memory behavior, numerics, SIMD, multicore scheduling, and CPU/accelerator pipelines. Use before designing or…

2026年8月20日
writing-as-human
未分类

Write or rewrite English and Chinese prose as situated human expression shaped by its speaker, audience, relationship, medium, purpose, and moment. Use when the user asks to sound human, natural, casual, personal, less AI, less polished, or to draft text for…

2026年8月20日
context7
软件开发工程师

Fetch current docs and code examples for third-party libraries, SDKs, APIs, and CLI tools via Context7. Use before writing or editing non-stdlib library calls — your prior knowledge may be stale. Prefer over web search for library docs.

2026年8月11日
deepwiki
软件开发工程师

Query AI-generated overview of GitHub repositories via DeepWiki MCP. Use when needing a fast high-level understanding of a repository's architecture and design decisions without fetching full repository.

2026年8月11日
grep-app
软件开发工程师

Code search across millions of public GitHub repositories via grep.app. Use before writing or planning code to find real-world usage of libraries, frameworks, APIs, algorithms, or syntax patterns. Prefer this over web search for code examples.

2026年8月11日
mcpcall
软件开发工程师

Guide and template for wrapping an MCP server as a self-contained Claude Code skill with a Python wrapper script. Use before creating any MCP-backed skill.

2026年8月11日
已展示 8 / 104 个已收集 Skill。
mcp-deepwiki
软件开发工程师

Skills for accessing and searching docs in DeepWiki/GitHub’s public code repositories can help users understand open-source project source codes, and users can also ask questions directly about the code docs.

2026年4月8日
chrome-cdp
软件开发工程师

Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)

2026年4月8日
find-skills
其他业务运营专家

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for…

2026年4月8日
jina-ai
软件开发工程师

Web reading, search, academic research, NLP, screenshots, and PDF extraction via Jina AI mcpcall. TRIGGER when need to read a URL, search the web, find academic papers (arXiv/SSRN), classify text, rerank documents, deduplicate content, capture screenshots, or…

2026年4月8日
mcpcall
软件开发工程师

Guide and template for converting MCP servers into self-contained Claude Code skills with a Python wrapper script. TRIGGER when creating a new MCP skill, wrapping an MCP server as a skill, or need the mcpcall script template.

2026年4月8日
deepwiki
图书馆文员助理

AI-powered documentation for GitHub repositories via DeepWiki MCP. TRIGGER when need to understand a GitHub repository, read its documentation topics, ask questions about a repo's codebase, architecture, or usage, or explore how an open-source project works.

2026年4月8日
grep-app
软件开发工程师

Search real-world code examples from over a million public GitHub repositories via grep.app MCP. TRIGGER when need to find code usage patterns, see how developers use a library/API in practice, find production examples of a specific function or syntax, or…

2026年4月8日
pueue
网络与计算机系统管理员

This skill should be used before running non-interactive long-running tasks, computation intensive tasks, background tasks, or needs guidance on the pueue CLI tool usage. TRIGGER when user says "use pueue", "run in background", or when about to queue any…

2026年4月5日
已展示 8 / 72 个已收集 Skill。
better-translate
技术写作员

Best practices for AI-driven English-to-Chinese translation. This skill should be used when the user asks to "translate to Chinese", "update the Chinese translation", "improve Chinese translation", "fix translation quality", "review Chinese translation", or…

2026年4月6日
cc-connect
软件开发工程师

This skill should be used when sending images, files, or notifications back to the user via messaging platforms (Discord, Feishu, Telegram, etc.) through cc-connect. TRIGGER when agent generates a plot/chart/screenshot and wants to show the user; agent…

2026年4月5日
agent-browser
软件开发工程师

Browser automation CLI for AI agents. Use when needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. TRIGGER when user requests to…

2026年4月2日
anti-defensive
软件开发工程师

Review common AI slops of defensive programming patterns, avoid silent errors. TRIGGER when reviewing code for defensive anti-patterns, writing fail-fast code, or auditing error handling quality.

2026年4月2日
ast-grep
软件开发工程师

Guide for writing ast-grep rules to perform structural code search and analysis. This skill should be used when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go…

2026年4月2日
code-quality-metrics
软件开发工程师

This skill should be used when the user asks about "code complexity", "cyclomatic complexity", "cognitive complexity", "code metrics", "maintainability index", "code coverage", or when measuring code quality quantitatively. Provides metrics thresholds and…

2026年4月2日
frontend-design
网页开发工程师

Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).

2026年4月2日
glm-vision
综合办公文员

This skill should be used when the user sends an image and asks to "analyze this image", "describe this picture", "what's in this image", or any request requiring visual understanding of images. Provides image analysis using Zhipu GLM-4.6V multimodal model.

2026年4月2日
已展示 8 / 43 个已收集 Skill。
agent-browser
软件开发工程师

Inspect or debug web pages in a headless browser — fill forms, click buttons, take screenshots, test web apps, review frontend UI/UX aesthetics. Use for headless browser automation. This skill should be used when user says "test web app interactively", "use a…

2026年5月17日
ast-grep
软件开发工程师

Guide for writing ast-grep rules to perform structural code search and analysis. TRIGGER when a text-only grep would need 2+ alternations, regex capture groups, multi-line patterns, or filtering by syntactic role (call vs. import vs. definition). Also TRIGGER…

2026年5月17日
claude-dm
网络与计算机系统管理员

Peer-to-peer messaging between Claude Code sessions sharing a tmux server. Use when coordinating multiple simultaneous Claude sessions — e.g. "dm another claude", "list claude sessions", "peek peer claude", "spawn claude in tmux", "monitor remote claude",…

2026年5月17日
claude-headless
软件开发工程师

Programmatic/headless Claude Code usage — CLI flags, stream-json protocol, Agent SDKs, session management. Use before spawning Claude as a subprocess, testing skill or agent behavior, running "claude -p", or building with the Agent SDK.

2026年5月17日
context7
软件开发工程师

Fetch current docs and code examples for third-party libraries, SDKs, APIs, and CLI tools via Context7. Use before writing or editing non-stdlib library calls — your prior knowledge may be stale. Prefer over web search for library docs.

2026年5月17日
deepwiki
软件开发工程师

Query AI-generated overview of GitHub repositories via DeepWiki MCP. Use when needing a fast high-level understanding of a repository's architecture and design decisions without fetching full repository.

2026年5月17日
deslop
技术写作员

Rewrite an AI-generated article to remove AI slop patterns — emoji infestation, marketing hyperbole, forced numbered groupings, table fetish, sanitized honesty, lost specificity, and boilerplate scaffolding. Restores a human voice. Use when the user says…

2026年5月17日
doc-detrim
其他计算机职业

Audit agent-facing documentation (CLAUDE.md, SKILL.md, AGENTS.md, prompt markdown, agent reference doc, memory pages) for over-description and propose trims. Use proactively after writing or editing any agent-facing doc, or when the user says "trim this doc",…

2026年5月17日
已展示 8 / 25 个已收集 Skill。
artifact-restraint
未分类

Enforce a closed content inventory for generic artifacts. Use when creating, editing, planning, or reviewing PDFs, resumes, documents, slides, roadshows, videos, tutorials, web pages, generative images, or similar deliverables. Apply for artifacts by default…

2026年8月30日
minimalist
未分类

Use minimalist language.

2026年8月30日
opus-advisor
未分类

Consult an independent read-only Claude Opus advisor when a decision can affect security, privacy, money, data loss, deployment, or public API compatibility; when investigation leaves two plausible directions with materially different consequences; or when a…

2026年8月30日
cpp-oop-style
未分类

High-quality C++ OOP coding style (archibate / parallel101 lineage) that overrides sloppy AI-default C++. Use this skill WHENEVER writing, editing, refactoring, or reviewing C++ code (.cpp / .h / .hpp / .cc / .cxx), designing C++ classes, interfaces, APIs, or…

2026年8月28日
read-url
未分类

Extract clean, complete markdown from any web page — articles, docs, READMEs, blog/social posts, academic papers. Use this when fetching text content from a given URL. Also use when curl returns noisy HTML or WebFetch returns truncated, summarized, or refused…

2026年8月28日
cpp-hpc-optimization
未分类

Evidence-driven C++ high-performance computing design, profiling, and optimization across algorithmic time/space complexity, data layout, cache and memory behavior, numerics, SIMD, multicore scheduling, and CPU/accelerator pipelines. Use before designing or…

2026年8月27日
chrome-cdp
未分类

Connect to user's local Chrome session. Inspect and interact with web pages in a headful browser shared with user cookies and login states — navigate pages, click buttons, take screenshots, test web apps in headful Chrome the user could see in real-time. Use…

2026年8月24日
context7
软件开发工程师

Fetch current docs and code examples for third-party libraries, SDKs, APIs, and CLI tools via Context7. Use before writing or editing non-stdlib library calls — your prior knowledge may be stale. Prefer over web search for library docs.

2026年8月24日
已展示 8 / 17 个已收集 Skill。
已展示 5 / 5 个仓库
已展示全部仓库