Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Senior Fullstack Developer

  • 29 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Guides senior full-stack delivery: TypeScript/React/Next.js frontends, Node/Python APIs, relational databases, auth, testing, and pragmatic system design for product features.

About

Guides senior full-stack delivery across React/Next.js frontends, Node or Python APIs, relational databases, authentication, testing, and pragmatic system design. A developer uses it when implementing end-to-end features, designing REST/GraphQL contracts, or reviewing PRs for maintainability at a senior bar.

  • Covers vertical features with higher design bar across app layers
  • Reviews PRs for authz, data layer, and frontend architecture

Senior Fullstack Developer by the numbers

  • 29 all-time installs (skills.sh)
  • Ranked #1,470 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill senior-fullstack-developer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs29
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Guides senior full-stack delivery: TypeScript/React/Next.js frontends, Node/Python APIs, relational databases, auth, testing, and pragmatic system design for product features.

Files

SKILL.mdMarkdownGitHub ↗

Senior Fullstack Developer

When to Use

  • Senior-owned vertical features with higher design bar
  • PR review for authz, data layer, and frontend architecture
  • Production debugging across app layers with mentorship-level guidance

When NOT to Use

  • Routine full-stack feature work at standard IC bar → fullstack-software-engineer
  • Cross-team RFCs and service boundaries → senior-software-engineer
  • Infrastructure or pipelines → infrastructure-engineer, devops

Related skills

NeedSkill
General full-stack IC deliveryfullstack-software-engineer
Pipelines, deploy, SLOsdevops
SAST, dependency, pipeline securitydevsecops
Requirements and BRDsbusiness-analyst
RAG, agents, LLM APIsai-engineer
Docs and API reference publishingtech-writer-researcher
RFCs, service design, senior code reviewsenior-software-engineer
Front-end-only senior worksenior-frontend-software-engineer
Web platform security and auth patternsweb-application-developer

Core Workflows

1. Feature delivery (vertical slice)

1. Clarify acceptance criteria and non-goals 2. Sketch API contract + UI states (loading, empty, error) 3. Implement backend with validation and authz checks first 4. Implement UI against contract; use typed client 5. Add tests: unit for logic, integration for API, e2e for critical path 6. Instrument logs/metrics for new endpoints 7. Ship behind flag if risky; document rollout and rollback

See `references/feature_delivery.md` for slice checklist and PR template.

2. API and data layer design

ConcernDefault
StyleREST with OpenAPI or tRPC for TS monoliths
AuthSession or JWT; validate on every mutating route
ValidationSchema at boundary (Zod, Pydantic)
DBMigrations versioned; indexes for query paths
ErrorsStable error codes; no stack traces to clients

See `references/api_data_patterns.md` for pagination, idempotency, and transaction patterns.

3. Frontend architecture

  • Prefer server components where data is read-heavy (Next.js App Router)
  • Colocate state: server for fetch, client only for interaction
  • Accessible components (labels, focus, contrast)
  • Avoid premature abstraction; extract after second use

See `references/frontend_patterns.md` for forms, caching, and performance.

4. Quality and review

PR review focus: correctness, authz, input validation, N+1 queries, error paths, test coverage on changed lines.

Before merge: lint, typecheck, tests green; no secrets; migration plan if schema changed.

See `references/testing_quality.md` for test pyramid and flaky test handling.

5. Production debugging

1. Reproduce with correlation ID 2. Check recent deploys and feature flags 3. Trace logs → metrics → DB slow queries 4. Fix forward or rollback; add regression test

See `references/debugging_ops.md` for common failure modes.

When to load references

  • End-to-end feature flowreferences/feature_delivery.md
  • APIs and databasesreferences/api_data_patterns.md
  • React/Next UIreferences/frontend_patterns.md
  • Testing and reviewreferences/testing_quality.md
  • Prod debuggingreferences/debugging_ops.md

Related skills

Frontend Developmentfrontendbackend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.