AgentStack
SKILL verified MIT Self-run

Implementation

skill-omnigentx-jarvis-implementation · by omnigentx

Guidelines for implementing features and fixes. Covers code quality, file organization, and the implementation workflow within the team context.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-omnigentx-jarvis-implementation

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Implementation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Implementation Guide (DEV)

Structured approach to implementing features and bug fixes within a multi-agent team.

Implementation Workflow

1. Understand the Task

  • Read the requirements from PM's instructions or meeting context
  • Check existing code in the workspace
  • Identify affected files and components

2. Plan Before Coding

  • Break down the task into small, verifiable steps
  • Identify dependencies and potential conflicts
  • Determine the simplest approach that meets requirements

3. Implement

  • Write clean, self-documenting code
  • Follow existing project conventions and patterns
  • Keep changes focused — one concern per commit
  • Add error handling from the start

4. Verify Your Work

  • Run existing tests to check for regressions
  • Test your changes manually if applicable
  • Ensure code is syntactically correct (no import errors, no typos)

5. Report

  • Summarize what you changed and why
  • List files modified
  • Note any concerns or trade-offs

Code Quality Standards

  • Early returns over nested conditions
  • Descriptive names — avoid utils, helpers, misc
  • Small functions — under 50 lines when possible
  • Small files — under 200 lines when possible
  • DRY — extract common logic into reusable functions
  • Error handling — validate inputs, handle edge cases
  • Comments — explain "why", not "what"

In Meeting Context

When working in a meeting:

  • Use filesystem tools to read/write code during your turns
  • Show concrete changes in your speak() responses
  • If QE gives a FAIL verdict, fix the issues immediately using your tools
  • Don't just describe what you'll do — actually do it during the meeting

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.