AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Unlicense Self-run

Summarize Session

skill-lbb00-ai-rules-sync-summarize-session · by lbb00

Summarize the current session and generate reusable Claude rules, skills, or commands.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-lbb00-ai-rules-sync-summarize-session

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-lbb00-ai-rules-sync-summarize-session)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Summarize Session? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Summarize Session

Purpose

At the end of a productive coding session, analyze the conversation to extract reusable patterns and generate Claude Code artifacts (rules, skills, commands) that can accelerate future work.

Instructions

  1. Review Session Activity
  • What problems were solved?
  • What code was written or modified?
  • What workflows were performed?
  • What decisions were made and why?
  1. Identify Patterns

Rules Candidates (coding standards, project conventions):

  • Repeated code style corrections
  • Error patterns that were fixed
  • Best practices established
  • Project-specific conventions

Skills Candidates (multi-step workflows):

  • Complex operations performed multiple times
  • Sequences of commands that go together
  • Integration or deployment workflows
  • Testing or validation procedures

Commands Candidates (single-action shortcuts):

  • Frequently used command combinations
  • Build/test/deploy shortcuts
  • Common git operations
  • Project-specific utilities
  1. Generate Artifacts

For each identified pattern, create the appropriate artifact:

Rules.claude/rules//RULE.md ```markdown --- name: rule-name description: Brief description ---

# Rule Name

## When to Apply ...

## Guidelines ... ```

Skills.claude/skills//SKILL.md ```markdown --- name: skill-name description: Brief description ---

# Skill Name

## Instructions

  1. Step 1
  2. Step 2

... ```

Commands.claude/commands/.md ```markdown # Command Name

Description of what this command does.

## Steps

  1. ...
  2. ...

```

  1. Validate Artifacts
  • Ensure artifacts are general enough to be reusable
  • Remove session-specific details
  • Test that instructions are complete and actionable
  1. Document Session Summary
  • What was accomplished
  • What artifacts were generated
  • Recommendations for next session

Output Format

## Session Summary

### Accomplished
- [List of completed tasks]

### Generated Artifacts

#### Rules
- ``: 

#### Skills
- ``: 

#### Commands
- ``: 

### Next Steps
- [Recommendations for future work]

Examples

Example: After Adding a New Adapter

Identified Pattern: Multi-step process for adding adapters Generated: Skill new-adapter

Example: After Fixing Multiple Type Errors

Identified Pattern: TypeScript strict mode conventions Generated: Rule typescript-conventions

Example: After Repeated Test Commands

Identified Pattern: Test-then-commit workflow Generated: Command test-and-commit

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.