Skip to content

Commit f0da43b

Browse files
chore: remove unncessary content from readme.md
1 parent 16fef38 commit f0da43b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Structured workflow management for Claude Code with specialized agents, automated git workflows, and validation tools.
44

5-
## 🚀 Installation
5+
## Installation
66

77
### Method 1: From GitHub (Recommended)
88

@@ -26,7 +26,7 @@ Structured workflow management for Claude Code with specialized agents, automate
2626

2727
**Prerequisites:** Git, GitHub CLI (`gh`), `GITHUB_TOKEN` environment variable
2828

29-
## 📋 Quick Start
29+
## Quick Start
3030

3131
```bash
3232
# 1. Start task
@@ -44,42 +44,42 @@ Use frontend-developer: Create login form component
4444
/complete-task
4545
```
4646

47-
## Features
47+
## Features
4848

49-
### 🤖 Three Specialized Agents
49+
### Three Specialized Agents
5050

5151
| Agent | Model | Use For |
5252
| ---------------------- | ------ | --------------------------------------------------- |
5353
| **project-analyzer** | Opus | Architecture analysis, technical debt, code quality |
5454
| **backend-developer** | Sonnet | AWS Lambda, APIs, databases, authentication |
5555
| **frontend-developer** | Sonnet | React, Next.js, UI components, forms |
5656

57-
### Workflow Commands
57+
### Workflow Commands
5858

5959
- `/start-task <description>` - Initialize task with git workflow
6060
- `/validate` - Run typecheck, lint, tests, build
6161
- `/complete-task` - Commit, push, create PR
6262
- `/sync-main` - Sync with remote
6363
- `/create-pr` - Create pull request
6464

65-
### 🔌 MCP Integrations
65+
### MCP Integrations
6666

67-
GitHub • Context7 • AWS CDK • AWS Serverless • Playwright
67+
GitHub • Context7 • AWS CDK • Playwright
6868

69-
### 🪝 Automatic Hooks
69+
### Automatic Hooks
7070

7171
Warns on temp file creation, blocks commits if temp files exist
7272

73-
## 🔧 Configuration
73+
## Configuration
7474

75-
### Environment Variables
75+
### nvironment Variables
7676

7777
```bash
7878
export GITHUB_TOKEN="ghp_your_token"
7979
export AWS_REGION="us-east-1" # optional
8080
```
8181

82-
## 📖 Workflow Example
82+
## Workflow Example
8383

8484
```bash
8585
/start-task Implement notifications
@@ -90,14 +90,14 @@ Use frontend-developer: Build notification UI
9090
/complete-task
9191
```
9292

93-
## 🎯 Best Practices
93+
## Best Practices
9494

9595
1. **Always use Context7** for library documentation
9696
2. **Start with project-analyzer** to understand architecture
9797
3. **Run /validate** before completing tasks
9898
4. **Let commands handle git** - focus on code
9999

100-
## 🔍 Troubleshooting
100+
## Troubleshooting
101101

102102
**Commands not working?**
103103

@@ -111,15 +111,15 @@ Fix in order: TypeScript → Linting → Tests → Build
111111
**Git operations failing?**
112112
Check `GITHUB_TOKEN` and GitHub CLI installation
113113

114-
## 🤝 Contributing
114+
## Contributing
115115

116116
Issues: https://github.com/antstackio/antstack-claude-plugin/issues
117117

118-
## 📄 License
118+
## License
119119

120120
MIT
121121

122-
## 📌 Version
122+
## Version
123123

124124
1.0.0
125125

0 commit comments

Comments
 (0)