mhattingpete

Computer Forensics — Development skill for Claude Code

Development community intermediate

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

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

...