sergo-examples
SolidOptional Sergo examples for cache formats and reporting templates.
Data & Documents 4,819 stars
466 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Use this skill only when Sergo needs concrete format examples.
## Example: cached tools snapshot
```json
{
"last_updated": "2026-01-15T12:00:00Z",
"tools": [
{"name": "tool-name-1", "description": "..."},
{"name": "tool-name-2", "description": "..."}
]
}
```
## Example: strategy history entries
```json
{"date": "2026-01-14", "strategy": "symbol-analysis", "tools": ["find-symbol", "get-definition"], "findings": 3, "tasks_created": 2, "success_score": 8}
{"date": "2026-01-13", "strategy": "type-inspection", "tools": ["get-hover", "get-type"], "findings": 5, "tasks_created": 3, "success_score": 9}
```
## Example: task template
```markdown
### Task [N]: [Short Title]
**Issue Type**: [Symbol Analysis / Type Inspection / etc.]
**Problem**: [Clear description]
**Location(s)**: [file paths and line references]
**Impact**: Severity, affected files, risk
**Recommendation**: [Specific fix]
**Validation**: Existing tests, Serena verification, related-pattern check, docs if needed
**Estimated Effort**: [Small/Medium/Large]
```
## Example: discussion structure
```markdown
# 🔬 Sergo Report: [Strategy Name]
**Date**: [YYYY-MM-DD]
**Strategy**: [Name]
**Success Score**: [X/10]
## Executive Summary
## 🛠️ Serena Tools Update
## 📊 Strategy Selection
## 🔍 Analysis Execution
## 📋 Detailed Findings
## ✅ Improvement Tasks Generated
## 📈 Success Metrics
## 📊 Historical Context
## 🎯 Recommendations
## 🔄 Next Run Preview
```
Details
- Author
- github
- Repository
- github/gh-aw
- Created
- 11 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Featured
session-report
Generate an explorable HTML report of Claude Code session usage (tokens, cache, subagents, skills, expensive prompts) from ~/.claude/projects transcripts.
32,767 Updated today
anthropics Data & Documents Listed
session-report
Generate an explorable HTML report of Claude Code session usage (tokens, cache, subagents, skills, expensive prompts) from ~/.claude/projects transcripts.
0 Updated yesterday
mrkhachaturov Data & Documents Listed
summary-templates
Use this skill when a task involves summarizing completed work, writing a feature summary, documenting what changed, or creating a completion report for a task, feature, bug fix, or refactoring. Don't use it for writing documentation, changelogs, or postmortems.
3 Updated today
atretyak1985