snowtower-maintainer
Maintains SnowTower project documentation, README, and Claude configuration. Use when updating documentation, auditing .claude folder contents, syncing README with actual project state, or reviewing agent/pattern definitions. Triggers on mentions of documentation, README, maintenance, or .claude folder updates.
Best use case
snowtower-maintainer is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Maintains SnowTower project documentation, README, and Claude configuration. Use when updating documentation, auditing .claude folder contents, syncing README with actual project state, or reviewing agent/pattern definitions. Triggers on mentions of documentation, README, maintenance, or .claude folder updates.
Maintains SnowTower project documentation, README, and Claude configuration. Use when updating documentation, auditing .claude folder contents, syncing README with actual project state, or reviewing agent/pattern definitions. Triggers on mentions of documentation, README, maintenance, or .claude folder updates.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "snowtower-maintainer" skill to help with this workflow task. Context: Maintains SnowTower project documentation, README, and Claude configuration. Use when updating documentation, auditing .claude folder contents, syncing README with actual project state, or reviewing agent/pattern definitions. Triggers on mentions of documentation, README, maintenance, or .claude folder updates.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/snowtower-maintainer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How snowtower-maintainer Compares
| Feature / Agent | snowtower-maintainer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Maintains SnowTower project documentation, README, and Claude configuration. Use when updating documentation, auditing .claude folder contents, syncing README with actual project state, or reviewing agent/pattern definitions. Triggers on mentions of documentation, README, maintenance, or .claude folder updates.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# SnowTower Project Maintainer A specialized skill for maintaining the SnowTower project's documentation, README, and Claude Code configuration. ## Core Responsibilities ### 1. README Maintenance Keep `README.md` accurate and current: - **Version badges**: Ensure CI/CD badges point to correct workflows - **Command references**: Verify all `uv run` commands are valid - **Architecture diagrams**: Keep mermaid diagrams in sync with actual structure - **Statistics**: Update user counts, database counts, warehouse counts - **Links**: Verify all internal links resolve correctly **Audit checklist:** ```bash # Verify commands mentioned in README actually exist uv run --help | grep -E "snowddl-plan|deploy-safe|manage-users" # Check workflow badge URLs match actual workflow files ls .github/workflows/ # Verify documentation links find docs/ -name "*.md" | head -20 ``` ### 2. Claude Folder Maintenance Maintain `.claude/` organization: ``` .claude/ ├── skills/ # Claude Code skills (like this one) ├── agents/ # Agent definitions for task delegation ├── patterns/ # Reusable patterns and templates └── settings.local.json ``` **Agent audit tasks:** - Remove duplicate or redundant agents - Consolidate agents with overlapping purposes - Update agent descriptions to match current capabilities - Ensure agents reference correct file paths **Pattern audit tasks:** - Verify patterns match current project conventions - Update code examples in patterns - Remove outdated patterns ### 3. Documentation Sync Ensure docs reflect actual project state: | Doc File | Should Match | |----------|--------------| | `docs/guide/MANAGEMENT_COMMANDS.md` | `pyproject.toml` scripts | | `docs/guide/QUICKSTART.md` | Current setup process | | `docs/guide/SCHEMA_GRANTS.md` | Current grant handling | | Agent files in `.claude/agents/` | Available functionality | ## Maintenance Procedures ### Quick Health Check ```bash # 1. Verify project structure ls -la snowddl/ src/ scripts/ docs/ # 2. Check available commands uv run --help # 3. Verify tests pass uv run pytest --co -q | tail -5 # 4. Check pre-commit status uv run pre-commit run --all-files ``` ### README Update Workflow 1. **Gather current state:** ```bash # Count configured users grep -c "^ [A-Z]" snowddl/user.yaml # Count databases ls -d snowddl/*/ | grep -v __pycache__ | wc -l # List warehouses grep "^ [A-Z]" snowddl/warehouse.yaml ``` 2. **Verify commands:** ```bash # Extract commands from pyproject.toml grep -A1 "\[project.scripts\]" pyproject.toml ``` 3. **Update statistics section** in README with current counts 4. **Verify all links** resolve to existing files ### Agent Consolidation When auditing `.claude/agents/`: 1. **List all agents:** ```bash ls .claude/agents/*.md ``` 2. **Identify overlaps:** Look for agents with similar purposes 3. **Consolidation criteria:** - Merge agents that serve the same domain - Keep agents with distinct, valuable roles - Remove agents that duplicate built-in capabilities 4. **Update references:** After consolidation, update any docs referencing removed agents ### Self-Maintenance This skill should maintain itself by: 1. Keeping this SKILL.md up to date with project changes 2. Adding new maintenance procedures as project evolves 3. Updating file paths when project structure changes 4. Documenting new patterns discovered during maintenance ## Common Maintenance Tasks ### Task: Update README Statistics ```markdown ### Status & Metrics - **Active Users**: [COUNT] configured users with MFA - **Databases**: [COUNT] production databases managed - **Warehouses**: [COUNT] warehouses with auto-suspend ``` Update these by running: ```bash echo "Users: $(grep -c '^ [A-Z]' snowddl/user.yaml)" echo "Databases: $(ls -d snowddl/*/ 2>/dev/null | grep -v __pycache__ | wc -l)" echo "Warehouses: $(grep -c '^ [A-Z]' snowddl/warehouse.yaml)" ``` ### Task: Verify Workflow Badges Check that README badges match actual workflows: ```bash # List workflows ls .github/workflows/ # Verify badge URLs in README reference these files grep "actions/workflows" README.md ``` ### Task: Audit Agent Definitions ```bash # List agents and their purposes for f in .claude/agents/*.md; do echo "=== $f ===" head -5 "$f" echo done ``` ### Task: Clean Up Obsolete Content Remove references to: - Deleted files or directories - Deprecated commands - Old workflow names - Removed features ## Integration with Project This skill works with: - **CI/CD workflows**: `.github/workflows/` - **SnowDDL configs**: `snowddl/*.yaml` - **Python tooling**: `src/`, `scripts/` - **Documentation**: `docs/` - **Claude config**: `.claude/` ## When to Trigger Invoke this skill when: - User asks to "update the README" - User mentions "documentation maintenance" - User wants to "audit the .claude folder" - User asks about "project documentation" - After significant feature additions - Before releases to ensure docs are current - When onboarding new contributors
Related Skills
website-maintainer
Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.
snowtower-user
Helps end-users get Snowflake access and use the platform. Use when users ask about requesting access, generating RSA keys, connecting to Snowflake, or basic Snowflake usage. Triggers on mentions of access requests, RSA keys, connection issues, or "how do I get access".
snowtower-admin
Advanced skill for SnowTower infrastructure administrators. Use for SnowDDL operations, user provisioning, role management, CI/CD deployments, troubleshooting, and Snowflake administration. Triggers on mentions of snowddl, deploy, user creation, role grants, infrastructure changes, or admin operations.
azure-quotas
Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: "check quotas", "service limits", "current usage", "request quota increase", "quota exceeded", "validate capacity", "regional availability", "provisioning limits", "vCPU limit", "how many vCPUs available in my subscription".
raindrop-io
Manage Raindrop.io bookmarks with AI assistance. Save and organize bookmarks, search your collection, manage reading lists, and organize research materials. Use when working with bookmarks, web research, reading lists, or when user mentions Raindrop.io.
zlibrary-to-notebooklm
自动从 Z-Library 下载书籍并上传到 Google NotebookLM。支持 PDF/EPUB 格式,自动转换,一键创建知识库。
discover-skills
当你发现当前可用的技能都不够合适(或用户明确要求你寻找技能)时使用。本技能会基于任务目标和约束,给出一份精简的候选技能清单,帮助你选出最适配当前任务的技能。
web-performance-seo
Fix PageSpeed Insights/Lighthouse accessibility "!" errors caused by contrast audit failures (CSS filters, OKLCH/OKLAB, low opacity, gradient text, image backgrounds). Use for accessibility-driven SEO/performance debugging and remediation.
project-to-obsidian
将代码项目转换为 Obsidian 知识库。当用户提到 obsidian、项目文档、知识库、分析项目、转换项目 时激活。 【激活后必须执行】: 1. 先完整阅读本 SKILL.md 文件 2. 理解 AI 写入规则(默认到 00_Inbox/AI/、追加式、统一 Schema) 3. 执行 STEP 0: 使用 AskUserQuestion 询问用户确认 4. 用户确认后才开始 STEP 1 项目扫描 5. 严格按 STEP 0 → 1 → 2 → 3 → 4 顺序执行 【禁止行为】: - 禁止不读 SKILL.md 就开始分析项目 - 禁止跳过 STEP 0 用户确认 - 禁止直接在 30_Resources 创建(先到 00_Inbox/AI/) - 禁止自作主张决定输出位置
obsidian-helper
Obsidian 智能笔记助手。当用户提到 obsidian、日记、笔记、知识库、capture、review 时激活。 【激活后必须执行】: 1. 先完整阅读本 SKILL.md 文件 2. 理解 AI 写入三条硬规矩(00_Inbox/AI/、追加式、白名单字段) 3. 按 STEP 0 → STEP 1 → ... 顺序执行 4. 不要跳过任何步骤,不要自作主张 【禁止行为】: - 禁止不读 SKILL.md 就开始工作 - 禁止跳过用户确认步骤 - 禁止在非 00_Inbox/AI/ 位置创建新笔记(除非用户明确指定)
internationalizing-websites
Adds multi-language support to Next.js websites with proper SEO configuration including hreflang tags, localized sitemaps, and language-specific content. Use when adding new languages, setting up i18n, optimizing for international SEO, or when user mentions localization, translation, multi-language, or specific languages like Japanese, Korean, Chinese.
google-official-seo-guide
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation