Type: L3 Worker
Works with
Category: 7XX Project Bootstrap
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionln-772-error-handler-setupExecute the skills CLI command in your project's root directory to begin installation:
Fetches ln-772-error-handler-setup from levnikolaevich/claude-code-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate ln-772-error-handler-setup. Access via /ln-772-error-handler-setup in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
335
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
335
stars
Type: L3 Worker Category: 7XX Project Bootstrap
Configures global error handling for .NET and Python backend applications.
| Aspect | Details |
|---|---|
| Input | Context Store from ln-770 |
| Output | Exception handling middleware and custom exceptions |
| Stacks | .NET (ASP.NET Core Middleware), Python (FastAPI exception handlers) |
Accept Context Store from coordinator.
Required Context:
STACK: .NET or PythonFRAMEWORK: ASP.NET Core or FastAPIPROJECT_ROOT: Project directory pathENVIRONMENT: Development or ProductionIdempotency Check:
GlobalExceptionMiddleware or UseExceptionHandler@app.exception_handler or exception_handlers.py{ "status": "skipped" }Use MCP tools to get up-to-date documentation.
For .NET:
MCP ref: "ASP.NET Core global exception handling middleware"
Context7: /dotnet/aspnetcore
For Python:
MCP ref: "FastAPI exception handlers custom exceptions"
Context7: /tiangolo/fastapi
Key Patterns to Research:
| Option | Description |
|---|---|
| ProblemDetails (RFC 7807) (Recommended) | Standardized format, widely adopted |
| Custom Format | Project-specific requirements |
| Environment | Stack Trace | Inner Exceptions | Request Details |
|---|---|---|---|
| Development | ✓ Show | ✓ Show | ✓ Show |
| Production | ✗ Hide | ✗ Hide | ✗ Hide |
Define standard error codes:
| Code | HTTP Status | Description |
|---|---|---|
VALIDATION_ERROR |
400 | Invalid input data |
UNAUTHORIZED |
401 | Authentication required |
FORBIDDEN |
403 | Insufficient permissions |
NOT_FOUND |
404 | Resource not found |
CONFLICT |
409 | Resource state conflict |
INTERNAL_ERROR |
500 | Unexpected server error |
| File | Purpose |
|---|---|
Middleware/GlobalExceptionMiddleware.cs |
Exception handling middleware |
Exceptions/AppException.cs |
Base exception class |
Exceptions/ValidationException.cs |
Validation errors |
Exceptions/NotFoundException.cs |
Not found errors |
Models/ErrorResponse.cs |
Error response model |
Generation Process:
Registration Code:
app.UseMiddleware<GlobalExceptionMiddleware>();
| File | Purpose |
|---|---|
exceptions/app_exceptions.py |
Custom exception classes |
exceptions/handlers.py |
FastAPI exception handlers |
models/error_response.py |
Pydantic error models |
Generation Process:
Registration Code:
app.add_exception_handler(AppException, app_exception_handler)
app.add_exception_handler(RequestValidationError, validation_exception_handler)
Validation Steps:
Syntax check:
dotnet build --no-restorepython -m py_compile exceptions/handlers.pyTest error handling:
Expected Error Response (ProblemDetails):
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "Validation Error",
"status": 400,
"detail": "Invalid input data",
"instance": "/api/users",
"errors": [
{ "field": "email", "message": "Invalid email format" }
],
"traceId": "abc-123-def-456"
}
{
"status": "success",
"files_created": [
"Middleware/GlobalExceptionMiddleware.cs",
"Exceptions/AppException.cs",
"Models/ErrorResponse.cs"
],
"packages_added": [],
"registration_code": "app.UseMiddleware<GlobalExceptionMiddleware>();",
"message": "Configured global exception handling"
}
GlobalExceptionMiddleware or exception_handlers.py exists, return status: "skipped"dotnet build or py_compile)Version: 2.0.0 Last Updated: 2026-01-10
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
Useful defaults in ln-772-error-handler-setup — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Useful defaults in ln-772-error-handler-setup — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
ln-772-error-handler-setup is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
ln-772-error-handler-setup is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: ln-772-error-handler-setup is the kind of skill you can hand to a new teammate without a long onboarding doc.
Keeps context tight: ln-772-error-handler-setup is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added ln-772-error-handler-setup from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
ln-772-error-handler-setup fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added ln-772-error-handler-setup from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
ln-772-error-handler-setup fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 29