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

Capture Learning

skill-netgrade-digital-shared-agents-capture-learning · by netgrade-digital

>-

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

Install

$ agentstack add skill-netgrade-digital-shared-agents-capture-learning

✓ 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-netgrade-digital-shared-agents-capture-learning)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo 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 Capture Learning? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Capture Learning

Write team learnings to pending/ — drafts awaiting human review.

Ask first (required)

After non-trivial tasks, the agent must ask:

> „Soll ich ein Team-Learning in shared-agents anlegen?"

Only write if the user says yes. Never silently write to pending.

When content is worth capturing

Propose when all apply:

  • Insight is reusable beyond this session
  • Would help a teammate or future agent
  • No secrets or customer-specific data

Skip when trivial, already documented, or user said no.

Where to write (pending only)

Canonical path only — see [docs/canonical-paths.md](../../docs/canonical-paths.md).

# Resolve before write (never use workspace-relative paths):
sa pending path YYYY-MM-DD-short-slug
# Or: "$SHARED_AGENTS_HOME/scripts/learning-path.sh" YYYY-MM-DD-short-slug

Mandatory

  1. Write only under the path from sa pending path (typically $SHARED_AGENTS_HOME/team/learnings/pending/).
  2. Use the absolute path in the Write/edit tool — not paths from the open project or Core dev checkout.
  3. Do not commit learnings into the public Core-Repo.

Forbidden

  • Development/Work/shared-agents/learnings/ (Core has no learnings)
  • Customer project repos (.cursor/, project docs/, etc.)
  • approved/ (human/PR only)

Never write to approved/ — that is human/PR territory.

File format

---
id: project-YYYY-MM-short-slug
project: project-name
domain: [tag1, tag2]
tags: [keyword1, keyword2]
versions: [shopware:6.6.10, php:8.3.14]
confidence: high
source: task
created: YYYY-MM-DD
author: github-or-name
---

## Kontext
What problem or situation triggered this.

## Erkenntnis
The reusable insight in 1–3 sentences.

## Anwendung
Concrete steps or rule of thumb for next time.

## Links
- path/to/file or PR URL (optional)

Versions (required when a stack applies)

Always set versions: for framework/runtime-specific learnings. Use [] only when no stack version is relevant (e.g. pure process/infra docs).

Format: list of name:version pairs (compatible with flat frontmatter parsing):

versions: [shopware:6.6.10, php:8.3.14]
versions: [laravel:11.31.0, php:8.3.14]
versions: [vue:3.4.27, node:20.18.1]
versions: []   # no stack — OK for shared-agents workflow, MCP setup, etc.

Version format (mandatory for stack entries):

  • Full patch level6.6.10, not 6.6.x or 6.6
  • Minimum MAJOR.MINOR.PATCH (three numeric segments), e.g. 11.31.0, 3.4.27
  • Fourth segment only when the product publishes it (e.g. Shopware 6.6.10.0); trailing .0 may be dropped → 6.6.10
  • No wildcards (x, *) — always the version the insight was verified against

Common keys: shopware, laravel, symfony, vue, nuxt, react, nextjs, php, node, wordpress, typo3, magento.

How to determine: read from the project (composer.json, composer.lock, package.json, Shopware Admin/CLI bin/console --version). Use the exact version from the environment where the learning was validated.

After writing — mandatory publish

After creating the file, always push pending for team review:

"$SHARED_AGENTS_HOME/scripts/publish-pending-learning.sh" YYYY-MM-DD-short-slug.md

Or: sa pending push

This commits + pushes only the team repo (team/learnings/pending/) — teammates run sa sync and sa review.

After writing — tell the user

  1. File is in pending/not team knowledge for agents yet (not in approved/).
  2. After publish: teammates can sa syncsa review.
  3. Only approved/ after review becomes team truth.

pending vs approved

| | pending/ | approved/ | |---|----------|-----------| | Who writes | Agent (after user says yes) | Human via sa review | | Git | Auto commit+push via sa pending push | Auto commit+push via sa review | | Used by agents | No | Yes | | Purpose | Draft for team review | Team truth |

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.