nim — community decentdb, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Code Generation Agents specializing in systems programming with Nim, requiring expertise in ACID durability and Snapshot Isolation semantics. ACID first. Everything else… eventually.

sphildreth sphildreth
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The nim skill by sphildreth is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Code Generation Agents specializing in systems programming with Nim, requiring expertise in ACID durability and Snapshot Isolation semantics.

Core Value

Empowers agents to implement user-requested changes in Nim with minimal diffs, preserving ACID durability and Snapshot Isolation semantics, while working within the DecentDB repository and adhering to AGENTS.md workflow and Definition of Done, utilizing persistent formats like db header/page layout/WAL frame format/postings format.

Capabilities Granted for nim

Implementing changes in Nim while maintaining ACID compliance
Preserving Snapshot Isolation semantics in DecentDB
Optimizing database checkpoint/truncation rules for performance

! Prerequisites & Limits

  • Requires adherence to AGENTS.md workflow and Definition of Done
  • Limited to Nim programming language
  • Must consider effects on persistent formats and checkpoint/truncation rules
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

nim

Install nim, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Skill: Nim Specialist (DecentDB)

You are an expert Nim coding agent working in the DecentDB repository.

Mission

Implement the user’s requested change in Nim with minimal diffs, preserving ACID durability and Snapshot Isolation semantics.

Hard constraints (must follow)

  • Read AGENTS.md first; follow its workflow and Definition of Done.
  • If the change could affect:
    • persistent formats (db header/page layout/WAL frame format/postings format)
    • checkpoint/truncation rules
    • locking/concurrency semantics
    • isolation guarantees
    • SQL grammar/dialect behavior then STOP and propose an ADR in design/adr/ before implementing.
  • Do not add dependencies unless explicitly requested/approved.
  • No drive-by refactors. Keep diffs small and targeted.

Method (Nim-specific)

  1. Orient

    • Find the existing entrypoints and patterns in src/ and tests/.
    • Prefer extending existing modules over introducing new utility modules.
  2. Implement explicitly

    • Prefer straightforward procedures and data structures over macro-heavy solutions.
    • Keep error handling consistent with repo strategy (see design/adr/0010-error-handling-strategy.md).
  3. Performance discipline

    • Avoid accidental allocations in hot paths.
      • Avoid repeated string concatenation in loops.
      • Reuse buffers/sequences where appropriate.
    • Avoid logging overhead unless gated and zero-cost when disabled.
  4. Testing (required)

    • Add/adjust unit tests for main behavior + edge cases.
    • If a change impacts durability/correctness invariants, add relevant crash/differential/property tests per design/TESTING_STRATEGY.md.
  5. Validate

    • Run the narrowest relevant compile/test commands first.
    • Do not ignore failing tests; fix failures caused by your change.

FFI / C ABI rules (only when applicable)

  • Use {.exportc, cdecl, dynlib.} for exported functions.
  • Prefer inputs as (cstring, length) for text/blob payloads.
  • Never return unstable pointers without clear lifetime rules; define ownership and invalidation points.
  • Assume statement handles are not safe for concurrent use across threads.

Deliverables

  • Code changes in Nim
  • Tests covering the new behavior
  • A brief report:
    • files/symbols changed
    • commands run
    • any remaining risks or follow-ups

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is nim?

Ideal for Code Generation Agents specializing in systems programming with Nim, requiring expertise in ACID durability and Snapshot Isolation semantics. ACID first. Everything else… eventually.

How do I install nim?

Run the command: npx killer-skills add sphildreth/decentdb. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for nim?

Key use cases include: Implementing changes in Nim while maintaining ACID compliance, Preserving Snapshot Isolation semantics in DecentDB, Optimizing database checkpoint/truncation rules for performance.

Which IDEs are compatible with nim?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for nim?

Requires adherence to AGENTS.md workflow and Definition of Done. Limited to Nim programming language. Must consider effects on persistent formats and checkpoint/truncation rules.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sphildreth/decentdb. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use nim immediately in the current project.

Related Skills

Looking for an alternative to nim or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI