claude-skills-pack
by NaetheraS
Overview
This pack provides a comprehensive set of AI skills and plugins for Claude Code, enabling developers to enhance productivity, automate tasks, and apply best practices across various software development domains.
Installation
claude install-allEnvironment Variables
- ADMIN_PASSWORD
- SMTP_HOST
- SMTP_USER
- SMTP_PASS
- EMAIL_FROM
- API_KEY
- JAEGER_HOST
- JAEGER_PORT
- DATABASE_URL
Security Notes
The `webapp-testing/scripts/with_server.py` script uses `subprocess.Popen(server['cmd'], shell=True)` with commands provided as user input. This `shell=True` argument introduces a significant security vulnerability, as it allows arbitrary shell command execution if a malicious command is provided by a 'skill' or directly by the user of the script. While the developer is responsible for the commands they input, the `shell=True` by default creates an elevated risk for the overall ecosystem. Other Python scripts primarily use safe file system and parsing operations. Hardcoded secrets were not found, with environment variables being the intended method for sensitive data. The primary installation involves downloading and running an untrusted binary, which is a critical trust consideration for the user.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
my-ai-tools
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
cldcde
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.