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

Shared Agents Knowledge

skill-netgrade-digital-shared-agents-shared-agents-knowledge · by netgrade-digital

>-

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

Install

$ agentstack add skill-netgrade-digital-shared-agents-shared-agents-knowledge

✓ 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-shared-agents-knowledge)

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 Shared Agents Knowledge? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Shared Agents Knowledge

Path: $SHARED_AGENTS_HOME (default: ~/.shared-agents)

Automatic sync (always — no user action)

Every session, first step: run sync before anything else.

"${SHARED_AGENTS_HOME:-$HOME/.shared-agents}/scripts/sync.sh" pull

Pulls Core (~/.shared-agents) and Team (~/.shared-agents/team/) when configured.

  • Do not ask the user to sync manually.
  • Do not skip because "probably up to date".
  • Offline/errors: continue with local files; note only if learnings may be stale.

IDE hooks also pull on session start (Cursor sessionStart, Claude SessionStart). Agent must still sync if hooks may not have run (subagents, headless).

Retrieve (before non-trivial tasks)

  1. Sync (pull) — always first.
  2. Read team/learnings/index.yaml for project, domain, tags, versions.
  3. Grep team/learnings/approved/ for task keywords.
  4. Prefer learnings whose versions match the project's stack (exact patch or same MAJOR.MINOR.PATCH line); treat experimental confidence as hints.
  5. Summarize briefly — do not dump the whole repo.

Capture (after non-trivial tasks — ask first)

Always ask after substantive tasks:

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

| User says | Action | |-----------|--------| | Yes / „ja" / „learning speichern" | Write to team pending/ (see below) | | No | Do nothing |

Also capture when user explicitly asks anytime.

When writing:

  1. Activate skill capture-learning.
  2. Resolve path: sa pending path YYYY-MM-DD-short-slug (see [docs/canonical-paths.md](../../docs/canonical-paths.md) — never workspace-relative; not in Core-Repo).
  3. Never write directly to approved/.
  4. Remind user: teammate runs sa reviewapproved/ → then all agents can use it.

For shell commands (install, review, pending push): skill sa-cli or run sa help.

Headless agents (OpenClaw)

Wrap commands with entrypoint (sync then exec):

"$SHARED_AGENTS_HOME/scripts/agent-entrypoint.sh" 

Or first line of agent run: sync.sh pull.

Boundaries

No secrets, API keys, or customer PII in learnings.

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.