3D-Tech-Solutions/code-scalpel

Code Scalpel is the bridge between **Generative AI** and **Reliable Software Engineering**. It is an **MCP (Model Context Protocol) server** designed to be the primary toolset for AI agents (like Claude, GitHub Copilot, and Cursor) to perceive, analyze, and modify codebases with surgical precision.

17Stars on the repository
13Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

cs-analyze

01

3D-Tech-Solutions/code-scalpel

Skill Claude CodeCodex

Analyze code structure: parse functions, classes, imports, and complexity metrics. Use to understand a file or project without reading the source code directly.

17 2mo ago A 33 tokens

cs-extract

02

3D-Tech-Solutions/code-scalpel

Skill Claude CodeCodex

Extract a specific function, class, or method from a file using Code Scalpel. Use when you need to show a symbol without reading the entire file—saves 95% of context.

17 2mo ago A 43 tokens

cs-map

03

3D-Tech-Solutions/code-scalpel

Skill Claude CodeCodex

Map project architecture: discover modules, build call graphs, visualize structure, trace critical paths. Complete architecture overview with dependency flows.

17 2mo ago A 28 tokens

cs-policy

04

3D-Tech-Solutions/code-scalpel

Skill Claude CodeCodex

Verify code compliance with policies and standards: HIPAA, SOC2, PCI-DSS, custom style guides. Validate policy file integrity with cryptographic verification.

17 2mo ago A 34 tokens

cs-refactor

05

3D-Tech-Solutions/code-scalpel

Skill Claude CodeCodex

Safe refactoring workflow: find all usages, trace dependencies, simulate changes, generate baseline tests, then apply with backup. Behavior-preserving refactor.

17 2mo ago A 34 tokens

cs-security

06

3D-Tech-Solutions/code-scalpel

Skill Claude CodeCodex

Full security audit: detect local vulnerabilities, cross-file taint flows, CVEs in dependencies, and polyglot sink patterns. Complete security scan pipeline.

17 2mo ago A 34 tokens

cs-setup

07

3D-Tech-Solutions/code-scalpel

Skill Claude CodeCodex

Install and verify the Code Scalpel MCP server. Checks if codescalpel is already installed in Claude Code, runs claude mcp add if needed, and confirms connection by fetching capabilities.

17 2mo ago A 46 tokens

cs-tests

08

3D-Tech-Solutions/code-scalpel

Skill Claude CodeCodex

Generate unit tests from code paths. Uses symbolic execution to explore branches, identify edge cases, and auto-generate pytest/unittest test cases.

17 2mo ago A 31 tokens