doc-scraper
The doc-scraper skill simplifies Snowflake documentation management by scraping docs.snowflake.com sections to Markdown with SQLite caching. It benefits developers working with Snowflake Data Cloud and dbt.
面向 Markdown、PDF、知识库与内容运营的文档技能。
这个技能目录把可安装的 AI Agent 技能集中在一起,方便你按搜索、分类、主题和官方来源快速筛选,并直接安装到 Claude Code、Cursor、Windsurf 等环境。
The doc-scraper skill simplifies Snowflake documentation management by scraping docs.snowflake.com sections to Markdown with SQLite caching. It benefits developers working with Snowflake Data Cloud and dbt.
Convert a web URL into reader-mode Markdown and save it as a .md file named after the contents topic/title. Use for tasks like extracting article text, cleaning noisy pages, and producing a readable Markdown file from a URL.
当用户提供项目计划文件并希望按计划落地代码时使用。该技能用于主agent编排两个subagent:subagent1读取计划并在新分支实现代码、随后依据 .ai_docs/rules/code_rules.md 自审并直接修复;subagent2再依据 .ai_docs/rules/code_review_structure_rules.md 做结构性审查并上报问题;主agent最终仅向用户汇报第三步的结构性问题。
ALWAYS activate this skill at the start of every task. Load project context from .claude/ directory including coding rules, design decisions, and documentation before executing any task.
ALWAYS activate this skill at the start of every task. Load project context from .claude/ directory including coding rules, design decisions, and documentation before executing any task.
ALWAYS activate this skill at the start of every task. Load project context from .claude/ directory including coding rules, design decisions, and documentation before executing any task.
Keep documentation consistent in this repo. Use when you need to update or propagate changes across README/AGENTS/CLAUDE/.codex docs.
Creates production-ready pull requests with automatically updated AGENTS.md and project docs. Use when the user asks to create a PR, make a PR, is ready to merge, has finished a feature and wants a PR, or says theyre done for the day with changes to commit.
One-off full repository audit for documentation health (docstrings, README, architecture, scripts conventions). Use explicitly when requested.
This skill should be used when the user asks to look up Effect API, check the Effect docs, find Effect function signature, what does Effect.X do, how to use Effect.X, Effect API reference, fetch Effect documentation, or needs to look up specific function signatures, parameters, or usage examples from the official Effect-TS API documentation.
This skill should be used when the user asks about plugin settings, store plugin configuration, user-configurable plugin, .local.md files, plugin state files, read YAML frontmatter, per-project plugin settings, or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
Run Agent Workbench (awb) interactive UI components from Codex or the CLI. Use when the user needs a confirmation, checklist, input, table, code or markdown view, or a visual playground. Always follow interactive runs with awb wait and the returned ID. Use tmux for long-running commands (see awb --help).