Back to Home
LandonSchropp icon

mcp

Verified Safe

by LandonSchropp

Overview

This repository provides a personal toolkit for AI agents, containing skills and reusable documentation to streamline developer workflows within agent environments like Claude Code.

Installation

Run Command
No command provided

Environment Variables

  • WRITING_FORMAT
  • PLANS_DIRECTORY

Security Notes

The toolkit involves scripts that access local files, including potentially sensitive Claude Code conversation logs (`~/.claude/projects/`) for the 'identifying-skill-gaps' functionality. The 'writing-markdown' skill uses `cat "$WRITING_FORMAT"` to output content from an environment variable; if `WRITING_FORMAT` were maliciously configured (e.g., to a path pointing to an executable or a very large file), it could lead to arbitrary code execution or a Denial-of-Service. While the toolkit's design implies trust in the agent and user configuration, these points present potential risks outside of the core code's benign intent. No hardcoded secrets or direct 'eval' calls on unsanitized input were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens900
Stars0
Forks0
Last Update2026-01-18

Tags

AI AgentsDeveloper ToolsAgent SkillsWorkflow AutomationMarkdown Documentation