nim — community decentdb, community, ide skills

v1.0.0

About this Skill

Ideal for DecentDB Agents requiring expertise in Nim programming language to implement user-requested changes with minimal diffs. Guidance for making safe, minimal-diff Nim changes in DecentDB with tests and durability/isolation rules.

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
26
Canonical Locale
en
Detected Body Locale
en

Ideal for DecentDB Agents requiring expertise in Nim programming language to implement user-requested changes with minimal diffs. Guidance for making safe, minimal-diff Nim changes in DecentDB with tests and durability/isolation rules.

Core Value

Empowers agents to modify Nim code while preserving ACID durability and Snapshot Isolation semantics, ensuring data consistency and reliability in DecentDB, utilizing skills in persistent formats, checkpoint/truncation rules, and database page layout.

Ideal Agent Persona

Ideal for DecentDB Agents requiring expertise in Nim programming language to implement user-requested changes with minimal diffs.

Capabilities Granted for nim

Implementing user-requested changes in Nim with minimal diffs
Preserving ACID durability in DecentDB
Maintaining Snapshot Isolation semantics for data consistency

! Prerequisites & Limits

  • Requires knowledge of Nim programming language
  • Specific to DecentDB repository
  • Must follow AGENTS.md workflow and Definition of Done

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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

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 DecentDB Agents requiring expertise in Nim programming language to implement user-requested changes with minimal diffs. Guidance for making safe, minimal-diff Nim changes in DecentDB with tests and durability/isolation rules.

How do I install nim?

Run the command: npx killer-skills add sphildreth/decentdb/nim. 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 user-requested changes in Nim with minimal diffs, Preserving ACID durability in DecentDB, Maintaining Snapshot Isolation semantics for data consistency.

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 knowledge of Nim programming language. Specific to DecentDB repository. Must follow AGENTS.md workflow and Definition of Done.

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/nim. 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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

nim

Install nim, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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

Related Skills

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

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer