AI-powered annotations for localhost development. Create visual feedback on your apps and let AI coding agents automatically implement fixes via MCP integration. Benefits developers by speeding up debugging and reducing manual coding tasks.
git clone https://github.com/RaphaelRegnier/vibe-annotations.gitAI-powered annotations for localhost development. Create visual feedback on your apps and let AI coding agents automatically implement fixes via MCP integration. Benefits developers by speeding up debugging and reducing manual coding tasks.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/RaphaelRegnier/vibe-annotationsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm a developer working on a [COMPANY] app in the [INDUSTRY] sector. I need to add AI-powered annotations to my localhost development environment. Here's the [DATA] I'm working with: [INSERT DATA]. Please generate visual feedback annotations and suggest fixes that can be implemented via MCP integration.
# AI-Powered Annotations for [COMPANY] App
## Visual Feedback
- **Button Alignment Issue**: The 'Submit' button on the checkout page is misaligned with the form fields. Suggested fix: Adjust the CSS grid layout to ensure consistent spacing.
- **Loading Indicator**: The loading spinner during API calls is not visible. Suggested fix: Add a loading state indicator using the existing spinner component.
- **Mobile Responsiveness**: The navigation menu collapses incorrectly on mobile devices. Suggested fix: Implement a responsive navigation pattern using a hamburger menu.
## MCP Integration Fixes
```javascript
// Adjust CSS grid layout for 'Submit' button
.mcp-apply-css {
.checkout-form {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
}
// Add loading state indicator
.mcp-apply-js {
const apiCalls = document.querySelectorAll('.api-call');
apiCalls.forEach(call => {
call.addEventListener('click', () => {
const spinner = document.createElement('div');
spinner.className = 'spinner';
call.appendChild(spinner);
});
});
}
```Your one-stop shop for church and ministry supplies.
Automate your browser workflows effortlessly
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan