By lunarmoon26
Professional development skills for Python, TypeScript, C#, and Java with industry best practices and coding standards
npx claudepluginhub lunarmoon26/star-digital-employee --plugin developerThis skill should be used when the user asks to "write c# code", "csharp best practices", "dotnet development", "c# async patterns", "c# nullable types", "LINQ queries", "c# records", "c# testing", or needs guidance on professional C# and .NET development.
This skill should be used when the user asks to "write java code", "java best practices", "jdk features", "java records", "java streams", "java optional", "java testing", "java spring", "java patterns", or needs guidance on professional Java development.
This skill should be used when the user asks to "write python code", "python best practices", "PEP 8 style", "pythonic code", "python type hints", "python async", "python testing", "python dataclasses", "python patterns", or needs guidance on professional Python development.
This skill should be used when the user asks to "write typescript code", "typescript best practices", "type safety", "ts generics", "typescript interfaces", "ts async patterns", "typescript testing", "eslint configuration", or needs guidance on professional TypeScript development.
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Random skills for various software development tasks
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
AI-powered development tools for code review, research, design, and workflow automation.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Share bugs, ideas, or general feedback.
A curated collection of Claude Code plugins for solo makers and hackers operating as a one-person company, with integrated personal knowledge management and lifelong learning support.
This repository hosts multiple Claude Code plugins for solo makers and hackers. It empowers individuals to operate as a one-person company while managing personal knowledge, enabling lifelong learning, and supporting personal growth through development tools, automation, knowledge management, and habit tracking.
star-digital-employee/
├── .claude-plugin/
│ └── marketplace.json # Curated plugin catalog
├── plugins/ # Internal plugins developed for this collection
│ └── sample-plugin/ # Example: First plugin
└── external_plugins/ # Wrappers for external MCP servers and plugins
Add this repository as a plugin marketplace, then install individual plugins:
# Add the marketplace (run inside Claude Code or use slash command)
/plugin marketplace add https://github.com/lunarmoon26/star-digital-employee.git
# Install plugins from the marketplace
/plugin install sample-plugin@star-digital-employee
/plugin install developer@star-digital-employee
Or using the CLI:
claude plugin marketplace add https://github.com/lunarmoon26/star-digital-employee.git
claude plugin install developer@star-digital-employee
See Claude Code documentation for more details.
# Clone the repository
git clone https://github.com/lunarmoon26/star-digital-employee.git
cd star-digital-employee
# Use with Claude Code
claude --plugin-dir ./plugins/sample-plugin
Each plugin can be installed separately by pointing to its directory:
claude --plugin-dir ./plugins/sample-plugin
| Plugin | Description | Status |
|---|---|---|
| sample-plugin | Basic example plugin demonstrating structure | ✅ Ready |
| developer | Professional development skills for Python, TypeScript, C#, and Java | ✅ Ready |
| project-scaffolder | Quick project initialization with templates | 🚧 Planned |
| deployment-tools | Automated deployment workflows | 🚧 Planned |
| business-ops | Time tracking, invoicing, documentation | 🚧 Planned |
| Plugin | Description | Status |
|---|---|---|
| knowledge-base | Personal knowledge management and organization | 🚧 Planned |
| learning-tracker | Track learning goals, resources, and progress | 🚧 Planned |
| note-connector | Link related notes and discover connections | 🚧 Planned |
| book-notes | Capture and organize book highlights and notes | 🚧 Planned |
| Plugin | Description | Status |
|---|---|---|
| habit-tracker | Build and monitor daily habits | 🚧 Planned |
| goal-manager | Set, track, and achieve personal goals | 🚧 Planned |
| reflection-journal | Structured journaling for self-reflection | 🚧 Planned |
| Plugin | Description | Status |
|---|---|---|
| deepwiki | AI-enhanced documentation for GitHub repositories via DeepWiki.com | ✅ Ready |
# Create plugin structure
mkdir -p plugins/your-plugin/.claude-plugin
mkdir -p plugins/your-plugin/commands
mkdir -p plugins/your-plugin/skills
# Create manifest
cat > plugins/your-plugin/.claude-plugin/plugin.json << 'EOF'
{
"name": "your-plugin",
"version": "0.1.0",
"description": "Your plugin description"
}
EOF
# Create wrapper structure
mkdir -p external_plugins/plugin-name/.claude-plugin
# Create minimal manifest and MCP config
# See external_plugins/README.md for details
This repository follows the structure of claude-plugins-official:
Contributions welcome! Please:
.claude-plugin/marketplace.jsonOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim