agentsclimarketplace

Implementation

Skill KarmaloopAI/Jiva/examples/personas/developer/skills/implementation

Jiva is a CLI-first, open source autonomous AI agent and open alternative to Claude. Written in TypeScript with native support for Sarvam-105B and gpt-oss-120b, it autonomously plans and executes tasks from your terminal. Supports MCP servers, a built-in Skills system, and Jiva Personas - a plugin framework fully compatible with Claude Plugins.

Install
npx -y skills add KarmaloopAI/Jiva --skill implementation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Implement software features, fix bugs, and write production-quality code. Use this for hands-on development work including writing new code, modifying existing code, and debugging issues.

SKILL.md

1.3 KB, as published. Nobody here has run it

Feature Implementation Skill

Overview

Write high-quality, production-ready code for features and bug fixes.

Workflow

  1. Understand Requirements: Parse task requirements thoroughly
  2. Plan Implementation: Identify files to create/modify
  3. Write Code: Implement with best practices:
    • Clean, readable code
    • Proper error handling
    • Type safety
    • Good variable/function names
  4. Verify: Test basic functionality
  5. Document: Add comments for complex logic

Code Quality Standards

  • Follow language idioms and conventions
  • Handle edge cases and errors
  • Use appropriate data structures
  • Keep functions focused and small
  • Add inline comments for complex logic

Tools to Use

  • create_file: For new files
  • edit_file: For modifications
  • view: To read existing code
  • grep_search: To find code patterns
  • run_terminal_command: To run tests

Best Practices

  • Read existing code before making changes
  • Match the project's style and patterns
  • Test changes when possible
  • Leave code better than you found it

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.