Vibe-Skills

mcp
SUMMARY

Wherever your AI supports skills, VibeSkills works. 340+ governed skills spanning coding, research, automation & creative work.

README.md
πŸ‡¬πŸ‡§ English Β |Β  πŸ‡¨πŸ‡³ δΈ­ζ–‡

VibeSkills Typing Logo
VibeSkills Logo



More than a skill collection β€” your personal AI operating system

If your AI supports skills, VibeSkills works. 340+ skills spanning coding, research, data science & creative work.


stars forks last commit gitcgr



Visitors Β  Arch Β  Skills Count



🧠 Planning Β· πŸ› οΈ Engineering Β· πŸ€– AI Β· πŸ”¬ Research Β· 🎨 Creation


Install Β  Docs Β  Chinese



Install Β β†’Β 
/vibe or $vibe Β β†’Β 
Smart Routing Β β†’Β 
M / L / XL Execution Β β†’Β 
Governance Verification Β β†’Β 
βœ… Delivery

πŸ“‹ Table of Contents

[!IMPORTANT]

🎯 Core Vision

VibeSkills evolves with the times β€” ensuring it stays genuinely useful while dramatically lowering the barrier to cutting-edge vibecoding technology, eliminating the cognitive anxiety and steep learning curve that comes with new AI tools.

Whether or not you have a programming background, you can directly harness the most advanced AI capabilities with minimal effort.
Productivity gains from AI should be available to everyone.



✨ What makes it different?

Traditional skill repos answer: "What tools do I have?"
VibeSkills tackles the core pain point of heavy AI users: "How do I manage and invoke large numbers of Skills, and get work done efficiently and reliably?"

Works with Claude Code Β· Codex Β· Windsurf Β· OpenClaw Β· OpenCode Β· Cursor and any AI environment that supports the Skills protocol. Native MCP compatibility.


❌ Β Traditional Pain Points (you've probably felt these) βœ… Β VibeSkills Solutions (what we've built)
Skills never activate: Hundreds of capabilities in the repo, but AI rarely remembers to use them β€” activation rate is extremely low. 🧠 Intelligent Routing: The system automatically routes to the right skill based on context β€” no need to memorize a skill list.
Blind execution: AI dives in without clarifying requirements β€” fast but off-target, projects gradually become black boxes. 🧭 Governed Workflow: Clarify β†’ Verify β†’ Trace is enforced in a unified process; every step is auditable.
Conflicting tools: Lack of coordination between plugins and workflows leads to environment pollution or infinite loops. 🧩 Global Governance: 129 contract rules define safety boundaries and fallback mechanisms for long-term stability.
Messy workspace: After extended use, repos become cluttered; new Agents miss project details when taking over, causing handoff gaps. πŸ“ Semantic Directory Governance: Fixed-architecture file storage so any new AI conversation instantly understands the project context.
AI bad habits: Deletes main files while clearing backups; writes silent fallbacks then confidently claims "it's done". πŸ›‘οΈ Built-in Safety Rules: Governed execution blocks dangerous bulk deletion and blind recursive wipes by default; fallback mechanisms must always show explicit warnings.
Manual workflow discipline: Users must maintain their own AI collaboration process from experience β€” high learning cost. 🚦 Framework-guided end-to-end: Requirements β†’ Plan β†’ Multi-agent execution β†’ Automated test iteration β€” fully managed.
Skill dispatch chaos in multi-agent runs: Hard to assign the right skills to each agent for different tasks. πŸ€– Automatic Skill Dispatch: Multi-agent workflows automatically assign the corresponding Skills to each Agent's task.


πŸ‘₯ Who is it for?

Which of those pain points hit home? Find your position β€” what comes next will land harder.

Is this for you? Click to expand
Audience Description
🎯 Users who need reliable delivery Want AI to be a dependable partner, not a runaway horse
⚑ Power users heavily relying on AI/Agents Need a unified foundation to support large-scale workflows
🏒 Small teams with high standardization needs Want AI workflows to be more maintainable and transferable
😩 Practitioners exhausted by skill sprawl Already tired of tool hunting β€” just want a ready-to-use solution

If you're looking for a single small script, this may be overkill. But if you want to use AI more reliably, smoothly, and sustainably β€” this is your indispensable foundation.



πŸ”€ Intelligent Routing: How 340+ Skills Collaborate Without Conflict

You know this is for you. Next question: 340+ skills in one system β€” how do they stay out of each other's way?

With 340+ skills, you might wonder: "Won't similar skills conflict? How does the system know which one to use?"

How routing works

VibeSkills uses a Canonical Router as the single authoritative routing decision center:

graph LR
    A[User Task] --> B{Canonical Router}
    B --> C[Intent Recognition]
    C --> D[Keyword Extraction]
    D --> E[Skill Matching]
    E --> F[Conflict Detection]
    F --> G[Priority Ranking]
    G --> H[Routing Decision]
    H --> I[Execute Skill]

    style B fill:#7B61FF,stroke:#fff,stroke-width:2px,color:#fff
    style F fill:#FF9800,stroke:#fff,stroke-width:2px,color:#fff

VibeSkills follows a Clarify βž” Plan βž” Execute βž” Verify governed workflow to ensure every task goes through complete quality control:

  • Requirements Clarification: Skills like speckit-clarify define clear boundaries and acceptance criteria
  • Architecture Planning: Skills like aios-architect design the implementation path
  • Execution Layer: 340+ skills called on demand to complete the actual work
  • Quality Verification: Skills like tdd-guide and code-review ensure delivery quality

Why this design?

Traditional skill repos let AI "freely choose" β€” the result:

  • ❌ AI can't remember what skills exist
  • ❌ Similar skills conflict with each other
  • ❌ Execution paths are unpredictable

VibeSkills routing guarantees:

  • βœ… Determinism: Same task always follows the same routing logic
  • βœ… Traceability: Every routing decision has a clear rationale
  • βœ… Control: Users can override default routing via explicit invocation (e.g. /vibe)
  • βœ… Stability: 129 governance rules prevent conflicts and divergence

M / L / XL Execution Levels

After selecting the primary skill, the router also automatically determines the execution level based on task complexity:

Level Use Case Characteristics
M Narrow-scope work with clear boundaries Single-agent, token-efficient, fast response
L Medium complexity requiring design, planning, and review Native serial execution by planned steps; bounded delegated units only when explicitly planned
XL Large tasks β€” parallelizable, long-running, multi-agent wave execution Wave-sequential orchestration with step-level bounded parallelism for independent units only

The system automatically selects the level after requirements clarification, before plan execution. Users only need to invoke /vibe or $vibe.

Specialist skills are executed as bounded native units only when approved in the frozen plan. They are phase-bound to planning, execution, deliverable, or verification work so expert help is useful without competing with runtime governance. Child-lane specialist suggestions stay advisory until root approval.

You can also express an explicit preference:

Please execute this task according to the plan, launching XL-level workflow /vibe

πŸ” Routing FAQ (click to expand)

One route or multiple per task?

Core principle: A task typically routes to one primary skill, but that skill can invoke others as sub-processes.

  • Single primary route: The Canonical Router selects the single best-matching primary skill
  • Skill composition: The primary skill can invoke others as needed during execution (e.g. vibe can invoke speckit-clarify, aios-architect, etc.)
  • Governed coordination: Multi-skill collaboration is controlled by governance rules, not arbitrary combinations

How are conflicts between similar skills handled?

When multiple skills appear capable of completing a task, the router avoids conflicts through:

  1. Priority rules: Each skill has a clear priority and applicable scenario
  2. Context matching: Analyzes task complexity, multi-phase needs, and explicit user preferences
  3. Mutual exclusion rules: 129 rules include exclusion rules preventing conflicting combinations
  4. Graceful degradation: When the preferred skill is unavailable, fallback by priority β€” no infinite loops

Will too many options cause token explosion?

No. Routing doesn't dump all options into the model β€” it uses a smart trigger mechanism:

User command β†’ AI-assisted governance extracts intent keywords β†’ keywords trigger skill routing

The governance framework adds ~30k initial context overhead, but does not cause token explosion.


Real example: User says "Help me refactor this project"

  1. Intent recognition β†’ Complex refactoring task
  2. Keyword extraction β†’ refactor, project, code quality
  3. Skill matching β†’ vibe / autonomous-builder / systematic-debugging
  4. Routing decision β†’ Choose vibe (refactoring needs multi-phase: clarify β†’ plan β†’ execute β†’ verify)


🧠 Memory System: AI That Truly Remembers

Routing solves "which skill". But there's a deeper question: when the conversation ends, does AI remember you?

Sound familiar?

❌ Pain Point βœ… VibeSkills Solution Component
Re-explaining project context every new session Architecture decisions & conventions auto-loaded on startup Serena
AI hits the same bugs again; insights vanish with context One sentence saves to Obsidian + GitHub permanently knowledge-steward
Long tasks β€” AI gradually "forgets" early context In-session semantic vector cache, instant retrieval ruflo
Cross-project knowledge can't accumulate Entity relationship graphs grow richer over time Cognee
Long task interrupted β€” hard to hand off to new agent Auto-folds into working + tool + evidence memory deepagent-memory-fold

πŸ“ Expand: Four-Tier Architecture, Memory Skills & Governance Rules

VibeSkills builds a four-tier memory system β€” one authoritative component per memory need:

Tier Component Scope Core Purpose
L1 Session state_store Current session Execution progress, intermediate results, temp state β€” always-on "workbench"
L2 Project Serena Current project Architecture decisions, conventions β€” written only after explicit user confirmation
L3 Short-term Semantic ruflo Intra-session Vector cache for fast context retrieval within long-running tasks
L4 Long-term Graph Cognee Cross-session Entity linking, relationship graphs, long-horizon knowledge accumulation

Optional extensions: mem0 as a personal preference backend (opt-in); Letta provides memory block mapping vocabulary β€” neither replaces the four canonical tiers.


Three Dedicated Memory Skills

Skill Role Trigger
knowledge-steward Knowledge Keeper: Saves insights, bug fixes, and prompts to Obsidian + GitHub permanently "save this prompt" / "log this bug" / "save this insight"
digital-brain Second Brain: Structured personal knowledge base β€” identity, content, network, retrospectives Invoke directly; ideal for a personal knowledge OS
deepagent-memory-fold Context Fold: Compresses large context into structured working/tool/evidence memory for seamless handoff Triggers at context limit or manually

Governance: Single source of truth (no dual-track) Β· Explicit write only (Serena requires confirmation) Β· episodic-memory permanently disabled Β· mem0 limited to personal preferences Β· Kill switch on every external backend


✦ Full Capability Map: Your All-in-One Workbench

Routing + memory form the dispatch nervous system. Here's the full capability map they power β€” end to end.

Unrolled across a "real workflow", VibeSkills has laid out a complete end-to-end capability chain:


Domain Coverage Representative Engines
πŸ’‘ Requirements & Clarification No more black-box starts: turn vague ideas into clearly-bounded, verifiable problem definitions brainstorming, speckit-clarify
πŸ“‹ Planning & Breakdown Decompose ambitious goals into specs, plans, tasks, milestones, and execution flows writing-plans, speckit-specify, aios-po
πŸ—οΈ Architecture & Tech Selection Design frontend/backend boundaries, APIs, data layers, deployment, and tech stack comparisons aios-architect, architecture-patterns
πŸ’» Development & Implementation New features, scaffolding, engineering integration, and precise cross-file implementation autonomous-builder, speckit-implement
πŸ”§ Debugging & Refactoring Beyond surface patches: locate errors, analyze root causes, restore project-level maintainability error-resolver, systematic-debugging
πŸ›‘οΈ Testing & Quality Control Unit tests, regression verification, quality gates β€” mandatory verification before completion tdd-guide, aios-qa, code-review
πŸš€ Collaboration & Release Handle Issues/PRs, fix CI, process reviews, and automated deployment aios-devops, gh-fix-ci, vercel-deploy
πŸ€– Compound Workflows Freeze requirements, dispatch tasks, multi-Agent coordination, execution tracing, env cleanup vibe, swarm_*, hive-mind-advanced
πŸ”Œ External Ecosystem Bridge browsers, web scraping, design files, third-party services, and context memory mcp-integration, playwright, scrapling
πŸ“Š Data & AI Engineering EDA, cleaning & stats, to model training, RAG retrieval, and experiment tracking senior-ml-engineer, statistical-analysis
πŸ”¬ Research & Life Sciences Core strength: literature review, bioinformatics, single-cell analysis, drug discovery literature-review, biopython, scanpy
πŸ“ Math & Scientific Computing Symbolic derivation, Bayesian modeling, multi-objective optimization, simulation, quantum computing sympy, pymc-bayesian-modeling, qiskit
🎨 Multimedia & Presentation Interactive charts, publication-quality figures, slides, audio/video production plotly, generate-image, video-studio

πŸ‘‰ Expand: Explore the complete 340+ full-stack capability matrix

πŸ’‘ Why governance matters: The vast skill library below is not a collection of isolated scripts β€” it is an ecosystem governed by the VCO runtime. Through domain matrix classification, the system automatically invokes the right tool at the right context node, without requiring you to manually search through skills.


🧠 Requirements, Planning & Product Management

Turn big ideas into actionable plans: requirement insights, problem definition, Sprint planning, task breakdown, and constraint collection. Ensure direction is clear, boundaries are defined, and milestones are verifiable before writing a single line of code.

.system, aios-pm, aios-po, aios-sm, aios-squad-creator, aios-ux-design-expert, brainstorming, create-plan, designing-experiments, planning-with-files, shared-templates, speckit-analyze, speckit-checklist, speckit-clarify, speckit-constitution, speckit-plan, speckit-specify, speckit-tasks, speckit-taskstoissues, subagent-driven-development, think-harder, treatment-plans, ux-researcher-designer, writing-plans


πŸ› οΈ Software Engineering & Architecture

The true engineering foundation: from scaffolding, cross-file changes, API design to microservice architecture evaluation. Not just code output β€” also context memory, toolchain orchestration, and multi-phase intelligent Agent coordination.

aios-architect, aios-dev, aios-master, architecture-patterns, autonomous-builder, cancel-ralph, coding-tutor, context-fundamentals, context-hunter, cs-foundations, deepagent-memory-fold, deepagent-toolchain-plan, evaluating-code-models, get-available-resources, hive-mind-advanced, local-vco-roles, nowait-reasoning-optimizer, prompt-lookup, ralph-loop, skill-creator, skill-lookup, spec-kit-vibe-compat, speckit-implement, superclaude-framework-compat, theme-factory, vibe, webthinker-deep-research


πŸ”§ Debugging, Testing & Quality Assurance

Guarding the lifeline of code and systems: unit tests, root cause analysis, dependency conflict resolution, security vulnerability reviews, and a complete TDD guide β€” ensuring systems never enter a "breaks after every change" black-box state.

aios-qa, build-error-resolver, code-review, code-review-excellence, code-reviewer, data-quality-checker, data-quality-frameworks, debugging-strategies, deslop, detecting-performance-regressions, error-resolver, evals-context, experiment-failure-analysis, generating-test-reports, ml-data-leakage-guard, performance-testing, property-based-testing, providing-performance-optimization-advice, receiving-code-review, requesting-code-review, reviewing-code, security-best-practices, security-ownership-map, security-reviewer, security-threat-model, systematic-debugging, tdd-guide, verification-before-completion, verification-quality-assurance, windows-hook-debugging


πŸ“Š Data Analysis & Statistical Modeling

Let data tell the truth: a one-stop data processing engine from data cleaning, missing value handling, and exploratory analysis (EDA) to advanced statistical testing, regression models, and time series forecasting.

aios-data-engineer, anomaly-detector, correlation-analyzer, dask, data-artist, data-exploration-visualization, data-normalization-tool, detecting-data-anomalies, excel-analysis, exploratory-data-analysis, feature-importance-analyzer, geopandas, hypothesis-testing, metric-calculator, networkx, performing-causal-analysis, performing-regression-analysis, polars, preprocessing-data-with-automated-pipelines, regression-analysis-helper, running-clustering-algorithms, scientific-data-preprocessing, splitting-datasets, spreadsheet, statistical-analysis, statistics-math, statsmodels, usfiscaldata, vaex, xlsx


πŸ€– Machine Learning & AI Engineering

Full-stack AI model development: beyond just calling APIs β€” feature engineering, model training, fine-tuning, interpretability (SHAP), large model evaluation (Evals), and reinforcement learning workflows.

LQF_Machine_Learning_Expert_Guide, aeon, datamol, deepchem, embedding-strategies, engineering-features-for-machine-learning, evaluating-llms-harness, evaluating-machine-learning-models, explaining-machine-learning-models, geniml, ml-pipeline-workflow, openai-knowledge, pufferlib, pytorch-lightning, scikit-learn, scikit-survival, senior-computer-vision, senior-data-scientist, senior-ml-engineer, senior-prompt-engineer, shap, similarity-search-patterns, sparse-autoencoder-training, stable-baselines3, tensorboard, timesfm-forecasting, torch-geometric, torch_geometric, torchdrug, training-machine-learning-models, transformer-lens-interpretability, transformers, umap-learn, unsloth, weights-and-biases


🧬 Life Sciences & Bioinformatics

A formidable interdisciplinary powerhouse: single-cell sequencing analysis, protein structure folding, drug molecule discovery, genomics alignment β€” seamlessly integrated with cloud-based biology lab systems.

adaptyv, alphafold-database, anndata, arboreto, benchling-integration, biopython, bioservices, cellxgene-census, cobrapy, deeptools, diffdock, dnanexus-integration, esm, etetoolkit, flowio, gene-database, gget, ginkgo-cloud-lab, gtars, histolab, imaging-data-commons, labarchive-integration, lamindb, latchbio-integration, matchms, medchem, molfeat, neurokit2, neuropixels-analysis, omero-integration, opentrons-integration, pathml, protocolsio-integration, pydeseq2, pydicom, pyhealth, pylabrobot, pyopenms, pysam, pytdc, rdkit, scanpy, scikit-bio, scvi-tools, tiledbvcf


πŸ”¬ Scientific Computing & Mathematical Logic

Precise derivation and complex system simulation: symbolic math, Bayesian probabilistic programming, quantum computing simulation, multi-objective optimization, and rigorous propositional logic and mathematical proof assistance.

astropy, cirq, dialectic, fluidsim, gradient-methods, math, math-model-selector, math-tools, mathematical-logic-expert, matlab, pennylane, pymatgen, pymc, pymc-bayesian-modeling, pymoo, propositional-logic, qiskit, qutip, rowan, simpy, sympy, xan


πŸ“š Scientific Literature & Academic Writing

The expressway for academic productivity: precise search across dozens of databases (PubMed, arXiv, etc.), systematic review matrix organization, citation management, and the complete publication pipeline from drafting to peer review.

bgpt-paper-search, biorxiv-database, brenda-database, chembl-database, citation-management, clinical-decision-support, clinical-reports, clinicaltrials-database, clinpgx-database, clinvar-database, comprehensive-research-agent, content-research-writer, cosmic-database, datacommons-client, documentation-lookup, drugbank-database, ena-database, ensembl-database, fda-database, geo-database, gwas-database, hmdb-database, hypothesis-generation, kegg-database, literature-matrix, literature-review, manuscript-as-code, market-research-reports, metabolomics-workbench-database, open-notebook, openalex-database, opentargets-database, paper-2-web, pdb-database, peer-review, pubchem-database, pubmed-database, pyzotero, reactome-database, research-grants, research-lookup, scholar-evaluation, scholarly-publishing, scientific-brainstorming, scientific-critical-thinking, scientific-reporting, scientific-writing, string-database, submission-checklist, uniprot-database, uspto-database, zinc-database


🎨 Multimedia, Visualization & Documentation

Making knowledge and data visible: interactive chart generation, publication-quality scientific figures, slide creation, audio/video production, and deep read/write parsing of Word, PDF, and other office documents.

algorithmic-art, creating-data-visualizations, data-storytelling, datavis, doc, docs-review, docs-write, document-skills, docx, docx-comment-reply, figma, figma-implement-design, file-organizer, g2-legend-expert, generate-image, imagegen, infographics, latex-posters, latex-submission-pipeline, markdown-mermaid-writing, markitdown, matplotlib, pdf, plotly, pptx-posters, report-generator, scientific-schematics, scientific-slides, scientific-visualization, screenshot, seaborn, slides-as-code, smart-file-writer, speech, structured-content-storage, transcribe, venue-templates, video-studio, visualization-best-practices, vscode-release-notes-writer, writing-docs


πŸ”Œ External Integrations, Automation & Deployment

Breaking the limits of the runtime: seamlessly connect external browsers, design platforms, and cloud services via MCP protocol and Playwright automation β€” plus CI/CD pipeline support and one-click automated deployment.

aios-devops, alpha-vantage, claude-skills, commit-with-reflection, denario, digital-brain, edgartools, flashrag-evidence, fred-economic-data, geomaster, gh-address-comments, gh-fix-ci, hedgefundmonitor, hypogenic, iso-13485-certification, jupyter-notebook, knowledge-steward, mcp-integration, modal, modal-labs, netlify-deploy, openai-docs, perplexity-search, playwright, prowler-docs, scrapling, sentry, skypilot-multi-cloud-orchestration, vercel-deploy



πŸ“Š Why is it powerful?

Now for the numbers. This isn't a demo project β€” it's a running system.

The runtime core behind VibeSkills is VCO. This is not a single-point tool or a "code completion" script β€” it is a super-capability network that has been deeply integrated and governed:


🧩 Skill Modules 🌍 Ecosystem βš–οΈ Governance Rules

340+

Directly callable Skills
covering the full chain from requirements to delivery

19+

Absorbed high-value upstream
open-source projects and best practices

129

Policy rules and contracts
ensuring stable, traceable, divergence-free execution


βš™οΈ Installation & Skills Management

Skills keep growing β€” but you don't need to manage them individually.

Uninstall: Owned-only cleanup

Running uninstall.ps1 or uninstall.sh --host <host> is the partner surface to install. By default it performs a ledger-first, owned-only cleanup that only touches paths recorded in .vibeskills/install-ledger.json, *.host-closure.json, or the documented legacy surfaces. The full contract lives in docs/uninstall-governance.md so operators always know which host files Vibe actually owns.

Install: One entry, two public versions

Single Public Entry
Install ⚑ Prompt-based install (recommended)
Public versions inside the same entry Full Version + Customizable Governance / Framework Only + Customizable Governance
Result choose host + action + version in one place, then copy the matching prompt

Customize: Add your own skills

β†’ Custom workflow & skill onboarding guide

πŸ“¦ Standing on the Shoulders of Giants

These capabilities weren't built from scratch. VibeSkills' foundation is the continuous integration of the best open-source solutions into one governed system.

We know that building in isolation can't keep pace with the rapidly evolving AI landscape. The core strength of VibeSkills comes from continuously absorbing the most mature methods and architectures from the open-source community, and bringing them under a single unified governance and orchestration system.

πŸ™ Special Thanks & Acknowledgements

This project continuously integrates, absorbs, and governs the core strengths of the following excellent open-source projects:

superpower Β· claude-scientific-skills Β· get-shit-done Β· aios-core Β· OpenSpec Β· ralph-claude-code Β· SuperClaude_Framework Β· spec-kit Β· Agent-S Β· mem0 Β· scrapling Β· claude-flow Β· serena Β· everything-claude-code Β· DeepAgent and more

Thank you to all authors for your generous contributions β€” without these brilliant stars, VibeSkills would not exist. We have done our best to properly attribute and credit all absorbed repositories. If anything was missed, please open an Issue and we will correct it promptly.



πŸš€ Getting Started

You know what this is now. All it takes from here is one prompt:

⚠️ Invocation note: This project uses a Skills format architecture. Please invoke it through your host environment's Skills invocation method β€” do not run it as a standalone CLI program.


Host Environment Invocation Example
Claude Code /vibe I want you to design a XXX /vibe
Codex $vibe I want you to design a XXXX $vibe
OpenCode /vibe Use the vibe skill to plan this change.
OpenClaw Skills entry Refer to the host docs
Cursor / Windsurf Skills entry Refer to each platform's Skills docs

πŸ’‘ Recommended practice: If you want every subsequent turn to be explicitly governed by the VibeSkills runtime, keep appending $vibe or /vibe in each turn. If you don't include the invocation syntax in a turn, that turn should not be treated as "explicitly locked in vibe runtime".

Currently supported platforms: codex (most complete governed path) Β· claude-code Β· cursor Β· windsurf (supported install-and-use path with runtime-adapter integration) Β· openclaw (preview runtime-core path) Β· opencode (preview adapter path)



πŸ“š Documentation & Installation Guides (click to expand)

Understand the system

Installation & Configuration


🀝 Join the Community · Build Together

Give it a try! If you have questions, ideas, or suggestions, feel free to open an issue β€” I'll take every piece of feedback seriously and make improvements.


This project is fully open source. All contributions are welcome!

Whether it's fixing bugs, improving performance, adding features, or improving documentation β€” every PR is deeply appreciated.

Fork β†’ Modify β†’ Pull Request β†’ Merge βœ…

⭐ If this project helps you, a Star is the greatest support you can give!
Your support is the enriched uranium that fuels this nuclear-powered donkey 🫏


Thank you to the LinuxDo community for your support!

LinuxDo

Tech discussions, AI frontiers, AI experience sharing β€” all at Linuxdo!



Star History

Star History Chart

Transform the parts of real work most prone to going off the rails into a system that is more callable, more governable, and more maintainable over time.


Made with ❀️ Β Β·Β  GitHub Β Β·Β  δΈ­ζ–‡

Yorumlar (0)

Sonuc bulunamadi