3D-Tech-Solutions

13 mods across 1 repository, 17 stars between them.

code-scalpel

01

3D-Tech-Solutions/code-scalpel

Settings file Claude Code

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.

17 2mo ago A tokens not measured

3D-Tech-Solutions/code-scalpel

Instructions file GitHub Copilot

Copilot instructions for 3D-Tech-Solutions/code-scalpel, covering copilot instructions for code scalpel, project scope and mission, role and persona, using code scalpel tools appropriately and when to use each tool.

17 2mo ago C 8,884 tokens

3D-Tech-Solutions/code-scalpel

Instructions file CodexOpenCode

AGENTS.md instructions for 3D-Tech-Solutions/code-scalpel, covering agents.md - code scalpel developer guide, quick start commands, python version & dependencies, code style guidelines and formatting & linting.

17 2mo ago A 3,006 tokens

3D-Tech-Solutions/code-scalpel

Instructions file

Claude Code instructions for 3D-Tech-Solutions/code-scalpel, covering code scalpel development guide, quick start, setup development environment, clone and install and run tests.

17 2mo ago A 3,400 tokens

cs-analyze

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

codescalpel

13

3D-Tech-Solutions/code-scalpel

MCP server Claude CodeCodexCursor +2

MCP server toolkit for AI agents - surgical code analysis and modification. Runs locally from the codescalpel Python package.

17 2mo ago A tokens not measured