ワンクリックで
skills
skills には oiiiwjh から収集した 17 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
Install and maintain the upstream Frontend Slides skill from GitHub so agents can create high-quality HTML slide decks and convert PPTX content.
Lifecycle manager for GitHub-based skills. Use this to batch scan your skills directory, check for updates on GitHub, and perform guided upgrades of your skill wrappers.
Generate a static function and method call graph for a Python repository. Use this skill when the user wants a Python call graph, function dependency map, Mermaid call diagram, or static call-chain analysis from a local repo.
Fetch any URL and convert to markdown using Chrome CDP. Supports two modes - auto-capture on page load, or wait for user signal (for pages requiring login). Use when user wants to save a webpage as markdown.
GitHub仓库提交管理技能,用于检查、验证和提交代码到GitHub仓库。当用户需要提交代码到GitHub时使用此技能,包括:1) 检查当前Git仓库状态和远程链接,2) 验证或更新GitHub远程仓库链接,3) 审核代码更改并生成提交消息,4) 创建提交并可选推送到远程仓库。特别适用于需要确保正确提交到指定GitHub仓库的场景。
Automated factory for converting GitHub repositories into specialized AI skills. Use this skill when the user provides a GitHub URL and wants to "package", "wrap", or "create a skill" from it. It automatically fetches repository details, latest commit hashes, and generates a standardized skill structure with enhanced metadata suitable for lifecycle management.
Removes signs of AI-generated writing from text, making it sound more natural and human. Based on Wikipedia's comprehensive "Signs of AI writing" guide.
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段式法则、AI 词汇、否定式排比、过多的连接性短语。
Build reusable lite LaTeX paper templates from a source template directory. Use when users ask to migrate an existing LaTeX paper style into a compact reusable skeleton, including script-based generation and optional Overleaf bundle output.
Comprehensive academic paper analysis skill for computer graphics and AI research papers. Use when Claude needs to perform deep, structured analysis of academic papers with code implementation.
深度论文分析技能,专注于从PDF学术论文中提取关键信息,生成连贯、详实、富有洞察力的研究笔记。适用于计算机图形学、AI、机器学习等领域的学术论文分析。
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
专门用于在对话结束时,根据用户反馈和对话内容总结优化并迭代现有 Skills 的核心工具。它通过吸取对话中的"精华"(如成功的解决方案、失败的教训、特定的代码规范)来持续演进 Skills 库。
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
根据当前目录内容、git提交记录和现有文档,自动更新README.md和AGENTS.md文件。当需要维护项目文档、同步最新项目状态、或基于代码库变化更新文档时使用此技能。适用于:1) 项目初始化后创建文档,2) 代码变更后更新文档,3) 定期维护项目文档,4) 同步团队协作信息到文档。