Creating a New Project
- Click "Use this template" on GitHub
- Create your new repository
- Your project automatically includes:
- Skills in .claude/skills/
- Commands in .claude/commands/
Available Commands
| Command | Description |
|---------|-------------|
| /commit | Create a well-crafted git commit with conventional format |
| /publish | Run dotnet publish -c release |
| /push | Commit pending changes and push to remote |
Available Skills
| Skill | Description |
|-------|-------------|
| BrowserBridge | Real-time browser debugging via WebSocket bridge |
| Creating Skills | Guide for creating new skill documents |
| CSharpener | C# static analysis for call graphs and unused code |
| Databases | RDBMS patterns for DuckDB, MySQL, PostgreSQL, SQL Server |
| Dotnet 8 to 9 | .NET migration guide |
| Elasticsearch | ES 5.2 operations - search, bulk, scroll, aliases |
| Email | Email handling patterns |
| Image Files | ImageMagick command-line operations |
| JSharpener | JavaScript/TypeScript static analysis |
| Logging | UTF-8 file logging with date-based filenames |
| Parquet Files | Creating Parquet files in C# |
| PythonJson | Python JSON I/O patterns |
| Rust | Rust development patterns and project setup |
| SharePoint | SharePoint integration |
| Web Frontend | React + Tailwind + shadcn/ui artifacts |