Computer Forensics — Development skill for Claude Code
Digital forensics analysis and investigation techniques.
How to install Computer Forensics
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open mhattingpete/claude-skills-marketplace and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Computer Forensics does
Digital forensics analysis and investigation techniques.
One of 7 entries listed from mhattingpete/claude-skills-marketplace. The repository README
describes the whole collection, not this skill — read it on GitHub.
Alternatives in Development
- Investigation First 3.7k ★
- Octo Debug — Systematic debugging with methodical problem investigation 2.8k ★
- OSS Forensics 2.3k ★
Repository README
This is the README for mhattingpete/claude-skills-marketplace, shared by 7 entries
in this directory. It describes the repository, not this entry specifically.
Claude Skills Marketplace
[](https://github.com/mhattingpete/claude-skills-marketplace/stargazers) [](LICENSE) [](https://github.com/mhattingpete/claude-skills-marketplace/commits)
A curated marketplace of Claude Code plugins for software engineering workflows.
Repository Structure
claude-skills-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── execution-runtime/ # 🚀 Code execution environment (NEW!)
│ ├── api/ # Importable API library
│ ├── mcp-server/ # FastMCP server
│ ├── setup.sh # One-command installation
│ └── README.md
├── engineering-workflow-plugin/ # Engineering workflow plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── agents/
│ │ └── plan-implementer.md # Plan implementation agent
│ ├── skills/
│ │ ├── feature-planning/ # Feature planning skill
│ │ ├── git-pushing/ # Git automation skill
│ │ ├── review-implementing/ # Code review skill
│ │ └── test-fixing/ # Test fixing skill
│ └── README.md
├── visual-documentation-plugin/ # Visual documentation plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── skills/
│ │ ├── architecture-diagram-creator/ # Architecture diagram skill
│ │ ├── dashboard-creator/ # Dashboard creation skill
│ │ ├── flowchart-creator/ # Flowchart creation skill
│ │ ├── technical-doc-creator/ # Technical documentation skill
│ │ └── timeline-creator/ # Timeline creation skill
│ ├── EXAMPLES.md
│ └── README.md
├── productivity-skills-plugin/ # Productivity & optimization plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── skills/
│ │ ├── code-auditor/ # Code auditing skill
...
Related Skills
Gsd Forensics
Post-mortem investigation for failed GSD workflows — diagnoses what went wrong.
Sales Super Skill
Comprehensive end-to-end sales skill merging Perplexity Computer's 6 built-in sales skills with Claude Code's
Maestro Learn
User-invoked learning toolkit — guided reading, investigation, pattern extraction, or second opinions. Manual
Researcher
Activates Researcher, the deep-research specialist. Use for market research, competitive analysis, technical d
Ctf Forensics
Solve forensics CTF challenge: $ARGUMENTS
Shell Forensics
Mine Codex / Claude Code / OpenCode / Cursor transcripts for every shell command your agents ran: dialect, fai
Related Agents
Digital Forensics And Incident Response Agent
You are a digital forensics and incident response (DFIR) specialist. You guide users through evidence acquisit
Dfir
Digital forensics and incident response specialist. Handles triage, memory acquisition with AVML/LiME, Volatil
Memory Forensics
Comprehensive techniques for acquiring, analyzing, and extracting artifacts from memory dumps for in... - wsho