Skip to main content
archibate
GitHub-Creator-Profil

archibate

Repository-Ansicht von 261 gesammelten Skills in 5 GitHub-Repositories.

gesammelte Skills
261
Repositories
5
aktualisiert
30. Aug. 2026
Repository-Explorer

Repositories und repräsentative Skills

writing-prompt
nicht klassifiziert

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…

22. Aug. 2026
cpp-oop-style
nicht klassifiziert

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…

21. Aug. 2026
cpp-hpc-optimization
nicht klassifiziert

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…

20. Aug. 2026
writing-as-human
nicht klassifiziert

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…

20. Aug. 2026
context7
Softwareentwickler

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.

11. Aug. 2026
deepwiki
Softwareentwickler

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.

11. Aug. 2026
grep-app
Softwareentwickler

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.

11. Aug. 2026
mcpcall
Softwareentwickler

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.

11. Aug. 2026
Es werden 8 von 104 gesammelten Skills angezeigt.
mcp-deepwiki
Softwareentwickler

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.

8. Apr. 2026
chrome-cdp
Softwareentwickler

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)

8. Apr. 2026
find-skills
Sonstige Betriebsspezialisten

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…

8. Apr. 2026
jina-ai
Softwareentwickler

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…

8. Apr. 2026
mcpcall
Softwareentwickler

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.

8. Apr. 2026
deepwiki
Bibliotheksassistenten, Bürokräfte

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.

8. Apr. 2026
grep-app
Softwareentwickler

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…

8. Apr. 2026
pueue
Netzwerk- und Computersystemadministratoren

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…

5. Apr. 2026
Es werden 8 von 72 gesammelten Skills angezeigt.
better-translate
Technische Redakteure

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…

6. Apr. 2026
cc-connect
Softwareentwickler

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…

5. Apr. 2026
agent-browser
Softwareentwickler

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…

2. Apr. 2026
anti-defensive
Softwareentwickler

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.

2. Apr. 2026
ast-grep
Softwareentwickler

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…

2. Apr. 2026
code-quality-metrics
Softwareentwickler

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…

2. Apr. 2026
frontend-design
Webentwickler

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.).

2. Apr. 2026
glm-vision
Allgemeine Bürokräfte

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.

2. Apr. 2026
Es werden 8 von 43 gesammelten Skills angezeigt.
agent-browser
Softwareentwickler

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…

17. Mai 2026
ast-grep
Softwareentwickler

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…

17. Mai 2026
claude-dm
Netzwerk- und Computersystemadministratoren

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",…

17. Mai 2026
claude-headless
Softwareentwickler

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.

17. Mai 2026
context7
Softwareentwickler

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.

17. Mai 2026
deepwiki
Softwareentwickler

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.

17. Mai 2026
deslop
Technische Redakteure

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…

17. Mai 2026
doc-detrim
Sonstige Computerberufe

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",…

17. Mai 2026
Es werden 8 von 25 gesammelten Skills angezeigt.
artifact-restraint
nicht klassifiziert

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…

30. Aug. 2026
minimalist
nicht klassifiziert

Use minimalist language.

30. Aug. 2026
opus-advisor
nicht klassifiziert

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…

30. Aug. 2026
cpp-oop-style
nicht klassifiziert

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…

28. Aug. 2026
read-url
nicht klassifiziert

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…

28. Aug. 2026
cpp-hpc-optimization
nicht klassifiziert

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…

27. Aug. 2026
chrome-cdp
nicht klassifiziert

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…

24. Aug. 2026
context7
Softwareentwickler

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.

24. Aug. 2026
Es werden 8 von 17 gesammelten Skills angezeigt.
5 von 5 Repositories angezeigt
Alle Repositories angezeigt