alosada80
Community@trutoman
alosada80 maintains 24 skills covering OpenSpec change management, TypeScript/Node.js backend development, React performance, and web quality standards.
Agent Skills by alosada80
Showing 24 vetted skills indexed across 1 GitHub repositories.
openspec-apply-change
Implements tasks from an OpenSpec change using the openspec CLI workflow.
openspec-explore
Explores ideas, investigates codebases, and clarifies requirements through OpenSpec-guided thinking sessions.
openspec-verify-change
Verify implementation matches OpenSpec change artifacts before archiving.
openspec-new-change
Scaffolds a new OpenSpec change directory and displays the first artifact template.
openspec-update-change
Revises existing OpenSpec change planning artifacts and keeps them coherent with each other.
openspec-archive-change
Archives completed OpenSpec changes after verifying artifacts, tasks, and spec sync state.
openspec-onboard
Guides users through a complete OpenSpec change workflow with narrated phases.
openspec-propose
Generate complete OpenSpec change proposals with specs, design, and tasks artifacts.
openspec-bulk-archive-change
Archive multiple completed OpenSpec changes with conflict-aware spec synchronization.
openspec-continue-change
Creates the next artifact for an OpenSpec change using the openspec CLI.
openspec-sync-specs
Merge delta spec changes into main OpenSpec specifications without archiving.
openspec-ff-change
Generates all OpenSpec change artifacts in one pass using the openspec CLI.
zod
Validates TypeScript data with Zod schemas, safe parsing, and structured error handling.
vitest
Write, configure, and run Vitest unit tests with mocking, coverage, and fixtures.
typescript-advanced-types
Implement generics, conditional types, mapped types, and template literals for type-safe TypeScript code.
nodejs-express-server
Build Express.js servers with middleware, JWT authentication, routing, and database integration.
vite
Configure Vite projects, author plugins, and migrate builds to Vite 8 Rolldown.
vercel-composition-patterns
Guides React component refactoring using compound components, context providers, and composition patterns.
vercel-react-best-practices
Applies React and Next.js performance optimization rules during code writing, review, and refactoring.
frontend-design
Generate distinctive production-grade frontend interfaces with bold aesthetic direction.
seo
Implements technical and on-page SEO optimizations including meta tags, structured data, and sitemaps.
accessibility
Audit and improve web accessibility following WCAG 2.2 guidelines and ARIA patterns.
nodejs-best-practices
Guides Node.js architecture decisions covering framework selection, async patterns, security, and testing.
nodejs-backend-patterns
Implements Express and Fastify backend services with middleware, authentication, and database integration patterns.
Frequently Asked Questions About alosada80
FAQPage SchemaWhat tasks can I accomplish with alosada80's OpenSpec skills?▼
Twelve skills cover the full OpenSpec change lifecycle: proposing new changes, generating artifacts step-by-step or fast-forwarded, implementing tasks, verifying implementations against artifacts, syncing delta specs to main specs, and archiving single or multiple completed changes.
Who should use these skills?▼
TypeScript and Node.js developers building Express/Fastify backends, React engineers optimizing Next.js performance and component composition, and teams practicing spec-driven development with OpenSpec. Frontend developers also benefit from design, SEO, and WCAG 2.2 accessibility auditing skills.
What are the prerequisites for running these skills?▼
The twelve OpenSpec skills require the openspec CLI installed, as they invoke Bash(openspec:*) commands. The remaining skills—Zod, Vitest, Vite, TypeScript advanced types, Express, React patterns, SEO, and accessibility—are guidance-based and require only the relevant project dependencies.
Are these skills free and open source?▼
Yes. All OpenSpec skills plus the Vercel composition patterns, React best practices, SEO, and accessibility skills carry MIT licenses. The frontend-design skill is governed by terms in its bundled LICENSE.txt file.
What testing and validation capabilities are included?▼
The Vitest skill covers unit testing, mocking, coverage configuration, filtering, and fixtures with a Jest-compatible API. The Zod skill provides schema validation patterns including z.object definitions, z.string validations, safeParse, and z.infer type inference for runtime type safety.