analyzing-changes
Analyzes code changes, detects documentation drift, and evaluates change impact scope. Use when reviewing diffs, checking doc sync, or running pre-commit…
Processes Excel spreadsheet files (.xlsx, .xlsm, .csv). Creates workbooks, builds formulas, preserves formatting, analyzes tabular data, and validates financial models with zero-formula-error delivery. Use when working with spreadsheet files or tabular data analysis. Do NOT use
$ npx -y skills add telagod/code-abyss --skill analyzing-spreadsheets --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/analyzing-spreadsheetsContext preview
The summary Claude sees to decide when to auto-load this skill.
Processes Excel spreadsheet files (.xlsx, .xlsm, .csv). Creates workbooks, builds formulas, preserves formatting, analyzes tabular data, and validates financial models with zero-formula-error delivery. Use when working with spreadsheet files or tabular data analysis. Do NOT use
name: analyzing-spreadsheets description: Processes Excel spreadsheet files (.xlsx, .xlsm, .csv). Creates workbooks, builds formulas, preserves formatting, analyzes tabular data, and validates financial models with zero-formula-error delivery. Use when working with spreadsheet files or tabular data analysis. Do NOT use for Word documents, PDFs, presentations, or database pipelines. user-invocable: false allowed-tools: Bash, Read, Write, Edit, Glob argument-hint: <file.xlsx | task>
Create, edit, analyze `.xlsx` files. LibreOffice required for formula recalculation via `recalc.py`.
**Zero formula errors at delivery.** All formulas must compute — no `#REF!`, `#DIV/0!`, `#VALUE!`, `#N/A`, `#NAME?`. Always run `recalc.py` after writing formulas.
| Task | Tool | Reference | |------|------|-----------| | Data analysis, bulk ops, simple export | pandas | [recipes.md](references/recipes.md) | | Formulas, formatting, Excel features | openpyxl | [recipes.md](references/recipes.md) | | Financial model standards | — | [financial-model.md](references/financial-model.md) | | Recalculate formulas | `recalc.py` | [recipes.md](references/recipes.md) |
1. **Choose tool**: pandas for data, openpyxl for formulas/formatting 2. **Create/Load** workbook 3. **Modify** data, formulas, formatting 4. **Save** 5. **Recalculate** (MANDATORY if formulas): `python recalc.py output.xlsx` 6. **Verify & fix errors** — check JSON output, fix `#REF!` / `#DIV/0!` / `#VALUE!` / `#NAME?`
Give your AI coding agent a personality. Composable persona + style + skills for Claude Code, Codex, Gemini CLI & OpenClaw. Ships Tech Persona Card v1.0 spec.
Repo: telagod/code-abyss
Analyzes code changes, detects documentation drift, and evaluates change impact scope. Use when reviewing diffs, checking doc sync, or running pre-commit…
Scans code for security vulnerabilities, detects dangerous patterns, and ensures security decisions are documented. Use when running security scans, auditing…
Frontend UI design system selector and implementation guide covering Glassmorphism, Liquid Glass (Apple-style), Neubrutalism, and Claymorphism. Use when…
安全架构与治理:威胁建模 (STRIDE/PASTA/LINDDUN)、零信任身份架构、IAM/SSO/MFA/PAM、合规框架 (SOC2/PCI/HIPAA/GDPR)、DLP、隐私工程、安全控制设计。Use when designing security architecture, threat…
DevOps knowledge reference covering Git workflows, testing strategies, DevSecOps, release pipeline orchestration (release.yml, multi-arch images, cosign…
AI agent and LLM system engineering reference covering single-agent dev (ReAct, tool calling, plan-execute), multi-agent coordination (swarm, role…