VerifiedGit
v1.0.0

soleri-agent-dev

by @adrozdenko0 pulls
URLopenbooklet.com/s/soleri-agent-dev
Pinnedopenbooklet.com/s/soleri-agent-dev@1.0.0
APIGET /api/v1/skills/soleri-agent-dev

Use when the user says "add a facade", "new tool", "extend vault", "add brain feature", "new skill", or "extend agent". For extending the agent's own internals with vault-first knowledge gathering.

21 skills from this repoadrozdenko/soleri
soleri-agent-devviewing
/dream — Automatic Memory Consolidationpackages/forge/src/skills/soleri-dream/SKILL.md

Runs a full "dream" pass over the vault: dedup, archive stale entries, resolve contradictions, and produce a summary report. Inspired by how REM sleep consolidates biological memory.

Agent Dev — Vault-First Internal Developmentexamples/reference-agent/skills/agent-dev/SKILL.md

Develop the agent's own internals with the vault as the primary source of truth. The vault knows more about the agent than any code scan or model training data. Always search the vault first, extract maximum context, and only then touch code.

Agent Guide — Capability Discoveryexamples/reference-agent/skills/agent-guide/SKILL.md

Help users understand what this agent can do, how to use it effectively, and what makes it different from a raw LLM. This skill handles the deep discovery flow — proactive tool suggestions during normal work are handled by the engine rules (Tool Advocacy section).

agent-issuespackages/forge/src/skills/agent-issues/SKILL.md

Use when creating GitHub issues, bugs, tasks, or milestones that will be worked on by AI coding agents. Triggers on: "create issue", "file bug", "gh issue", "add milestone", "create task", "report bug", "gh tasks", "create tasks", "create tickets", "file tickets", or when generating structured work items from conversation context.

agent-personapackages/forge/src/skills/agent-persona/SKILL.md

Use when the user activates the agent's persona via its greeting phrase, or says "activate persona", "be yourself", "stay in character", or any activation phrase defined in the agent's persona configuration. Reinforces character persistence through the session and survives context compaction.

Brain Debrief — Intelligence Reportpackages/forge/src/skills/brain-debrief/SKILL.md

Surface what the brain has learned across sessions and projects. Turns raw vault data into actionable intelligence.

Code Patrol — Review Code Against Your Own Knowledgeexamples/reference-agent/skills/code-patrol/SKILL.md

Review code against vault patterns, anti-patterns, and project conventions. Catches violations that no linter knows about.

context-resumepackages/forge/src/skills/context-resume/SKILL.md

Use when the user says "where did I leave off", "what was I working on", "catch me up", "resume", "continue where we stopped", or is starting a new session and needs to reconstruct working context from memory, plans, and sessions.

Deep Review — Architecture, Smells & Solution Qualitypackages/forge/src/skills/deep-review/SKILL.md

Multi-pass code review that goes beyond surface lint. Analyzes structural health, code smells, architectural fitness, and solution quality. Works on any codebase — vault context is optional enrichment, not a requirement.

deliver-and-shippackages/forge/src/skills/deliver-and-ship/SKILL.md

Use when the user says "ship it", "ready to deploy", "package", "release", "pre-PR check", "delivery checklist", "is this ready", "final review", or mentions shipping, deploying, packaging, or releasing work. Runs pre-delivery quality gates to ensure nothing ships without passing stability, knowledge capture, and code quality checks.

Discovery Phasepackages/forge/src/skills/discovery-phase/SKILL.md

Structured exploration before committing to a plan. Define the question, research prior art, explore the codebase, identify constraints, draft options with tradeoffs, and recommend a path forward.

env-setupexamples/reference-agent/skills/env-setup/SKILL.md

Use when a developer needs to set up, fix, or restore a local development environment. Triggers on post-clone setup, project onboarding, first-time running a repo, pulled changes that broke the build, missing or misconfigured dependencies, MODULE_NOT_FOUND or Cannot find module errors, gyp ERR or native module build failures, missing .env files or unknown required environment variables, database setup, Docker compose issues, or connection refused during local dev. Covers Node.js, Python, Rust, Go, Ruby, PHP, and Docker-based projects.

Fix & Learn — Debug, Repair, Capturepackages/forge/src/skills/fix-and-learn/SKILL.md

Fix bugs through a structured recovery workflow, then capture the root cause as a reusable anti-pattern. The learning step makes fixes compound across sessions.

Health Check — Knowledge Base Maintenancepackages/forge/src/skills/soleri-health-check/SKILL.md

Comprehensive maintenance cycle on the knowledge base. Finds stale entries, duplicates, contradictions, and quality issues.

Knowledge Harvest — Extract Patterns From Anythingpackages/forge/src/skills/knowledge-harvest/SKILL.md

Point at code, docs, PRs, architecture decisions, or postmortems — the agent extracts every pattern, anti-pattern, decision, and principle, then captures them to the vault.

mcp-doctorpackages/forge/src/skills/mcp-doctor/SKILL.md

Use when MCP servers fail to connect, tools are missing, or the user says "check MCP", "MCP not working", "server not connecting", "tools missing", "heal MCP", "fix MCP", "mcp doctor", "mcp status". Diagnoses and repairs MCP server connectivity issues.

Onboard Me — Instant Project Intelligencepackages/forge/src/skills/onboard-me/SKILL.md

Structured tour of everything the vault knows about this project. Decisions, patterns, anti-patterns, conventions — all in one walkthrough.

parallel-executepackages/forge/src/skills/parallel-execute/SKILL.md

Use when executing a plan where independent tasks can run concurrently. Triggers on "run in parallel", "parallelize", "fan out", "concurrent execution", "run simultaneously", "at the same time", "dispatch subagents", "batch execute", or when a plan has 3+ tasks with no dependency overlap. For sequential task-by-task execution, use executing-plans instead.

Retrospective — Learning Report From Real Datapackages/forge/src/skills/retrospective/SKILL.md

Generate a data-driven retrospective from session data, vault captures, plan outcomes, and brain intelligence.

soleri-agent-guidepackages/forge/src/skills/soleri-agent-guide/SKILL.md

Use when the user says "what can you do", "how do I use this", "what features", "what tools available", "who are you", or "show capabilities". Helps users discover agent capabilities and available tools.

Auto-indexed from adrozdenko/soleri

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0