implementation

Use when implementing features from feature-list.json, writing code following project patterns, or using MCP tools efficiently. Load in IMPLEMENT state. Covers coding patterns, test writing, health checks, and token-efficient MCP usage (defer_loading for 85% savings).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "implementation" with this command: npx skills add ingpoc/skills/ingpoc-skills-implementation

Implementation

Feature development for IMPLEMENT state.

Instructions

  1. Get current feature: scripts/get-current-feature.sh
  2. Query context graph for similar work
  3. Implement following project patterns (see references/)
  4. Write tests alongside code
  5. Run health check: scripts/health-check.sh
  6. Git commit: scripts/feature-commit.sh <feature-id>
  7. Mark complete: scripts/mark-feature-complete.sh

Exit Criteria (Code Verified)

# All must pass
scripts/health-check.sh && echo "Health OK"
[ -f "tests/test_*.py" ] || [ -f "*.test.ts" ]
[ -z "$(git status --porcelain)" ] && echo "Changes committed"
jq '.features[] | select(.id=="'$FEATURE_ID'") | .status == "implemented"' .claude/progress/feature-list.json

Scripts

ScriptPurpose
scripts/feature-commit.shCommit with feature ID message
scripts/session-commit.shCheckpoint commit at session end

References

FileLoad When
references/coding-patterns.mdWriting implementation code
references/mcp-usage.mdUsing MCP tools efficiently
references/health-checks.mdVerifying implementation
references/async-parallel-operations.mdRunning independent operations in parallel

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

async-programming-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

scroll-storyteller

No summary provided by upstream source.

Repository SourceNeeds Review
General

browser-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgresql-skill

No summary provided by upstream source.

Repository SourceNeeds Review