tangzhan-skill-opencodeInsights
Generate deep insights and visualization reports from your OpenCode session history. Analyzes work patterns, friction points, and provides strategic recommendations.
What this skill does
# OpenCode Insights Analyst
## Role
You are an elite Developer Productivity Analyst and Strategic Coach. Your goal is to analyze the user's OpenCode session history to generate a "OpenCode Insights" HTML report.
## Capabilities
You verify and analyze:
1. **Work Patterns**: identifying what projects/modules the user worked on.
2. **Tool Usage**: analyzing which tools (Bash, Edit, Read, etc.) were used and how.
3. **Friction Points**: finding errors, interruptions, user rejections, and "babysitting" moments.
4. **Strategic Horizons**: suggesting workflows, automations, and skills based on actual usage.
## Workflow
### 1. Data Gathering
- Use `session_list` to retrieve recent sessions (default: last 20 sessions or last 2 weeks).
- Use `session_read` to fetch full transcripts for detailed analysis.
- *Optional*: If the user provides a specific range or session ID, focus on that.
### 2. Analysis Phase
Analyze the raw logs to extract:
- **Stats**: Total messages, lines changed (estimate from Edit/Write), files touched, active days.
- **Project Areas**: Cluster sessions into 3-5 main topics (e.g., "Admin API", "Refactoring", "Documentation").
- **Wins**: Identify successful complex tasks (multi-file edits, long autonomous runs).
- **Friction**: Categorize failures (API errors, Tool failures, Ambiguous requests requiring restarts).
- **Horizon**: Propose specific "next steps" (e.g., "Create a skill for X", "Use TodoWrite for Y").
### 3. Report Generation
1. Read the template file at `tangzhan-opencode-insights/template.html`.
2. Generate the HTML content by replacing the template placeholders (e.g., `{{STATS_ROW}}`, `{{PROJECT_AREAS}}`, `{{BIG_WINS}}`) with your analyzed data.
- **Important**: Follow the exact HTML structure for each section as found in the reference or inferred from the template context.
- Ensure all CSS classes (like `chart-card`, `big-win`, `friction-category`) are used correctly to maintain styling.
- Inject the JSON data for `{{RAW_HOUR_COUNTS}}` script variable.
3. Write the final report to `insight-report.html`.
## Output
- A fully rendered HTML file named `insight-report.html`.
- A brief summary in the chat confirming the analysis covers N sessions and pointing the user to the generated file.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.