alosada80 avatar

alosada80

Community

@trutoman

4Followers
|
10Public Repos
|
24Published Skills

alosada80 maintains 24 skills covering OpenSpec change management, TypeScript/Node.js backend development, React performance, and web quality standards.

Skills Distribution
DomainDeveloper To...OpenSpec Change Ma.. (50%)Node.js & TypeScri.. (20%)React & Frontend E.. (15%)Testing & Build To.. (10%)

Agent Skills by alosada80

Showing 24 vetted skills indexed across 1 GitHub repositories.

trutomantrutoman
1

openspec-apply-change

Implements tasks from an OpenSpec change using the openspec CLI workflow.

Community
Intermediate
trutomantrutoman
1

openspec-explore

Explores ideas, investigates codebases, and clarifies requirements through OpenSpec-guided thinking sessions.

Community
Intermediate
trutomantrutoman
1

openspec-verify-change

Verify implementation matches OpenSpec change artifacts before archiving.

Community
Intermediate
trutomantrutoman
1

openspec-new-change

Scaffolds a new OpenSpec change directory and displays the first artifact template.

Community
Intermediate
trutomantrutoman
1

openspec-update-change

Revises existing OpenSpec change planning artifacts and keeps them coherent with each other.

Community
Intermediate
trutomantrutoman
1

openspec-archive-change

Archives completed OpenSpec changes after verifying artifacts, tasks, and spec sync state.

Community
Advanced
trutomantrutoman
1

openspec-onboard

Guides users through a complete OpenSpec change workflow with narrated phases.

Community
Intermediate
trutomantrutoman
1

openspec-propose

Generate complete OpenSpec change proposals with specs, design, and tasks artifacts.

Community
Intermediate
trutomantrutoman
1

openspec-bulk-archive-change

Archive multiple completed OpenSpec changes with conflict-aware spec synchronization.

Community
Advanced
trutomantrutoman
1

openspec-continue-change

Creates the next artifact for an OpenSpec change using the openspec CLI.

Community
Intermediate
trutomantrutoman
1

openspec-sync-specs

Merge delta spec changes into main OpenSpec specifications without archiving.

Community
Advanced
trutomantrutoman
1

openspec-ff-change

Generates all OpenSpec change artifacts in one pass using the openspec CLI.

Community
Intermediate
trutomantrutoman
1

zod

Validates TypeScript data with Zod schemas, safe parsing, and structured error handling.

Community
Intermediate
trutomantrutoman
1

vitest

Write, configure, and run Vitest unit tests with mocking, coverage, and fixtures.

Community
Intermediate
trutomantrutoman
1

typescript-advanced-types

Implement generics, conditional types, mapped types, and template literals for type-safe TypeScript code.

Community
Intermediate
trutomantrutoman
1

nodejs-express-server

Build Express.js servers with middleware, JWT authentication, routing, and database integration.

Community
Intermediate
trutomantrutoman
1

vite

Configure Vite projects, author plugins, and migrate builds to Vite 8 Rolldown.

Community
Intermediate
trutomantrutoman
1

vercel-composition-patterns

Guides React component refactoring using compound components, context providers, and composition patterns.

Community
Intermediate
trutomantrutoman
1

vercel-react-best-practices

Applies React and Next.js performance optimization rules during code writing, review, and refactoring.

Community
Intermediate
trutomantrutoman
1

frontend-design

Generate distinctive production-grade frontend interfaces with bold aesthetic direction.

Community
Intermediate
trutomantrutoman
1

seo

Implements technical and on-page SEO optimizations including meta tags, structured data, and sitemaps.

Community
Intermediate
trutomantrutoman
1

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines and ARIA patterns.

Community
Intermediate
trutomantrutoman
1

nodejs-best-practices

Guides Node.js architecture decisions covering framework selection, async patterns, security, and testing.

Community
Intermediate
trutomantrutoman
1

nodejs-backend-patterns

Implements Express and Fastify backend services with middleware, authentication, and database integration patterns.

Community
Advanced

Frequently Asked Questions About alosada80

FAQPage Schema
What 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.