Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

soleri

يحتوي soleri على 44 من skills المجمعة من adrozdenko، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
44
Stars
6
محدث
2026-06-10
Forks
3
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

soleri-knowledge-harvest
مطوّرو البرمجيات

Triggers: "learn from this", "harvest knowledge", "harvest this codebase", "extract patterns from". Bulk-extracts patterns from code/docs/PRs/articles into vault. Use vault-capture for single patterns, intake for ingesting external sources.

2026-06-10
soleri-agent-dev
مطوّرو البرمجيات

Triggers: "add a facade", "new tool", "extend vault", "add brain feature", "new skill", "extend agent". Extends agent internals with vault-first knowledge gathering.

2026-06-10
soleri-agent-mode
مطوّرو البرمجيات

Triggers: "AgentName, ...", "Hey AgentName", "what commands do I have", "what can you do with MCP", "command reference". Routes ambiguous intent to correct facade + op. Also handles vague phrases like "save this", "remember this", "search for patterns".

2026-06-10
soleri-brainstorming
متخصصو إدارة المشاريع

Triggers: "I want to build something", "let's think about", "what if we", "creative exploration", "ideate". Open-ended creative exploration when requirements are not yet clear.

2026-06-10
soleri-code-patrol
محللو ضمان جودة البرمجيات والمختبرون

Triggers: "check against patterns", "pattern compliance", "convention check", "review against vault", "institutional review". Reviews code against vault patterns/conventions. Use deep-review for general quality/architecture.

2026-06-10
soleri-curator
مطوّرو البرمجيات

Triggers: "curator status", "vault health", "how is the vault", "curator health", "check vault quality", "what needs grooming". Quick vault health + grooming recs. Use vault-curate for full maintenance.

2026-06-10
soleri-deep-review
محللو ضمان جودة البرمجيات والمختبرون

Triggers: "deep review", "code smells", "architecture review", "is this well architected", "optimization review". Multi-pass structural health/smells/quality review. Use code-patrol for vault pattern compliance.

2026-06-10
soleri-deliver-and-ship
محللو ضمان جودة البرمجيات والمختبرون

Triggers: "ship it", "pre-PR check", "delivery checklist", "is this ready", "final review", "ready to deploy". Pre-delivery quality gates. Use verification-before-completion for mid-workflow checks.

2026-06-10
soleri-discovery-phase
مطوّرو البرمجيات

Triggers: "I don't know where to start", "investigate", "research this", "explore the problem", "discovery". Structured exploration before committing to a plan, produces options with tradeoffs.

2026-06-10
soleri-env-setup
مطوّرو البرمجيات

Triggers: "setup environment", "post-clone setup", "broken build", "missing dependencies", "MODULE_NOT_FOUND". Detects project needs, diagnoses gaps, produces setup checklist.

2026-06-10
soleri-finishing-a-development-branch
مطوّرو البرمجيات

Triggers: "finish branch", "ready to merge", "PR ready", "submit PR", "close branch". Pre-merge checks, PR creation, merge strategy, branch cleanup.

2026-06-10
soleri-fix-and-learn
مطوّرو البرمجيات

Triggers: "fix it", "apply the fix", "patch this and remember", "fix and capture". Executes fix after root cause identified, captures learning to vault. Use systematic-debugging first.

2026-06-10
soleri-health-check
مطوّرو البرمجيات

Triggers: "system health", "agent health", "run diagnostics", "system status", "check health". Read-only knowledge base health assessment. Use vault-smells for deep quality analysis.

2026-06-10
soleri-intake
مطوّرو البرمجيات

Triggers: "ingest this", "add this URL", "import this book", "read and capture", "ingest batch". Imports external content (URLs, text, books, batches) into vault with knowledge extraction.

2026-06-10
soleri-loop
مطوّرو البرمجيات

Triggers: "start a loop", "run until done", "iterate until X", "loop status", "cancel loop". Iterative execution until condition met or grade threshold reached.

2026-06-10
soleri-onboard-me
مطوّرو البرمجيات

Triggers: "onboard me", "I'm new here", "project overview", "what should I know about this codebase". Structured tour of vault knowledge about this project.

2026-06-10
soleri-parallel-execute
مطوّرو البرمجيات

Triggers: "run in parallel", "fan out", "concurrent execution", "batch execute", "dispatch subagents". Concurrent task execution via subagents. Use executing-plans for sequential.

2026-06-10
soleri-research-scout
مطوّرو البرمجيات

Triggers: "scout", "research scout", "find new info", "what's new", "scan the web". Discovers new info that challenges or updates vault knowledge via web search.

2026-06-10
soleri-retrospective
مطوّرو البرمجيات

Triggers: "sprint retro", "weekly summary", "what went well", "end of sprint", "monthly report". Time-bound work reflection with actionable improvements. Use brain-debrief for pattern intelligence.

2026-06-10
soleri-second-opinion
مطوّرو البرمجيات

Triggers: "second opinion", "technical decision", "comparing approaches", "which approach". Informed recommendations backed by vault, brain, and web research.

2026-06-10
soleri-subagent-driven-development
مطوّرو البرمجيات

Triggers: "use subagents", "parallel agents", "subagent driven", "isolated execution". Decomposes work into isolated units, dispatches subagents.

2026-06-10
soleri-systematic-debugging
مطوّرو البرمجيات

FIRST response for "bug", "failing test", "not working", "debug this", "error", "crash", "weird issue". Diagnoses root cause before fixes. Hand off to fix-and-learn for repair.

2026-06-10
soleri-vault-capture
مطوّرو البرمجيات

Triggers: "save this to vault", "capture this", "remember this pattern", "add to vault", "vault capture". Durable patterns/decisions/anti-patterns. Use memory_capture for session notes, knowledge-harvest for bulk extraction.

2026-06-10
soleri-vault-curate
مطوّرو البرمجيات

Triggers: "clean vault", "deduplicate vault", "groom knowledge", "merge patterns", "vault maintenance". Vault quality via dedup, grooming, contradiction detection.

2026-06-10
soleri-vault-navigator
مطوّرو البرمجيات

Triggers: "search the vault", "find patterns for", "have we seen this before", "vault search", "best practice for". Queries knowledge base for existing solutions and prior art.

2026-06-10
soleri-writing-plans
متخصصو إدارة المشاريع

Triggers: "create a plan", "write up a plan", "break this down", "plan the implementation". Produces markdown plan file. Priority over orchestrate_plan for explicit requests. Use brainstorming for ideation.

2026-06-10
soleri-orchestrate
مطوّرو البرمجيات

Triggers: "implement X", "build Y", "fix Z", "add feature", or any work task needing planning + execution. Full orchestration loop: plan, execute, complete with vault context and brain recs.

2026-04-22
soleri-yolo-mode
مطوّرو البرمجيات

Triggers: "yolo", "autonomous", "skip approvals", "full auto", "hands off". Autonomous execution skipping approval gates, safety invariants preserved.

2026-04-20
soleri-terse
مطوّرو البرمجيات

Triggers: "terse mode", "be brief", "less tokens", "fewer tokens", "compress output", "caveman", or invokes /terse. Token-efficient responses with full technical accuracy.

2026-04-14
soleri-compress
مطوّرو البرمجيات

Triggers: "compress this file", "compress CLAUDE.md", "compress memory", "shrink this", "reduce tokens in file", or invokes /compress. Compresses natural language files to save input tokens.

2026-04-14
soleri-agent-guide
ممثلو خدمة العملاء

Triggers: "what can you do", "how do I use this", "what features", "what tools available", "who are you", "show capabilities". Agent capability discovery and tool reference.

2026-04-13
soleri-agent-issues
متخصصو إدارة المشاريع

Triggers: "create issue", "file bug", "gh issue", "create task", "report bug", "create tickets". Creates structured GitHub issues optimized for agent execution.

2026-04-13
soleri-agent-persona
الكتّاب والمؤلفون

Triggers: "activate persona", "be yourself", "stay in character", "hello [agent name]". Reinforces character persistence across session and context compaction.

2026-04-13
soleri-brain-debrief
متخصصو إدارة المشاريع

Triggers: "brain stats", "pattern strengths", "intelligence report", "show brain data", "what patterns are strongest". Surfaces brain pattern intelligence. Use retrospective for time-bound work reflection.

2026-04-13
soleri-build-skill
مطوّرو البرمجيات

Triggers: "create a skill", "new skill", "build skill", "add a skill", "write a skill", "skill template", "scaffold skill". Creates/updates/scaffolds Soleri agent skills.

2026-04-13
soleri-context-resume
ممثلو خدمة العملاء

Triggers: "where did I leave off", "what was I working on", "catch me up", "resume session", "continue where we stopped". Reconstructs working context from memory, plans, sessions.

2026-04-13
soleri-dream
مطوّرو البرمجيات

Triggers: "dream", "consolidate memory", "clean up memory", "memory cleanup", "dream status". Automatic memory consolidation: dedup, archive stale, resolve contradictions.

2026-04-13
soleri-executing-plans
متخصصو إدارة المشاريع

Triggers: "execute my plan", "run the plan", "start executing", "implement the plan". Sequential task execution with review checkpoints. Use parallel-execute for concurrent.

2026-04-13
soleri-mcp-doctor
مديرو الشبكات وأنظمة الحاسوب

Triggers: "MCP not working", "tools missing", "fix MCP", "mcp doctor", "server not connecting". Diagnoses and repairs MCP server connectivity.

2026-04-13
soleri-release
مطوّرو البرمجيات

Triggers: "release", "bump version", "publish packages", "cut a release", "version bump", "npm publish". Bumps monorepo versions, commits, tags, pushes to trigger CI release. Use deliver-and-ship for quality gates.

2026-04-13
عرض أهم 40 من أصل 44 skills مجمعة في هذا المستودع.