# Implementation

> How to change and create code professionally in this ecosystem. Use when writing or editing application source after a plan exists.

- Skill: `samraddhashrivastavatech/implementation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add samraddhashrivastavatech/implementation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samraddhashrivastavatech/implementation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: SAMRADDHASHRIVASTAVATECH (https://skillmd.com/u/samraddhashrivastavatech)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/samraddhashrivastavatech/implementation

---


# Implementation

- Change the smallest set of files.
- Match naming, formatter, and test style already in the tree.
- No drive-by refactors.
- New projects: `se_create_project` then edit — don't hand-author packaging files unless the template is wrong.
- After edits: `se_build` / `se_test` (or Android/Office equivalents).
- Dependencies: `se_deps` with `confirm=true`; do not silently npm-install the internet.
- Comments only where intent is non-obvious.
- Do not commit secrets. Do not log passwords (sibling MCPs redact).

If the task is "add a Word export", call Office MCP tools rather than generating XML by hand.

