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

Fullstack Software Engineer

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

Guides full-stack feature delivery across React/Next.js frontends, Node/Python backend APIs, databases, auth, testing, and production debugging.

About

Guides full-stack engineering of end-to-end product features spanning web UI, backend APIs, databases, auth, and tests. A developer uses it when building or fixing user-facing features, designing API contracts, writing migrations, or adding tests.

  • Vertical feature delivery from acceptance criteria to e2e tests
  • API-contract-first flow with server validation, authz, and persistence

Fullstack Software Engineer by the numbers

  • 30 all-time installs (skills.sh)
  • Ranked #1,465 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 fullstack-software-engineer

Add your badge

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

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

What it does

Guides full-stack feature delivery across React/Next.js frontends, Node/Python backend APIs, databases, auth, testing, and production debugging.

Files

SKILL.mdMarkdownGitHub ↗

Full Stack Software Engineer

When to Use

  • Implement a vertical feature (UI + API + persistence)
  • Design or change an API consumed by the frontend
  • Fix bugs spanning client and server
  • Add auth, validation, pagination, or file upload flows
  • Write or extend unit, integration, and critical-path e2e tests

When NOT to Use

  • Pipeline, GitOps, or cluster operations → devops or platform-engineer
  • Terraform, networking, or K8s cluster design → infrastructure-engineer
  • Security program, audit evidence, or SOC work → cybersecurity, compliance-engineer
  • Deep service architecture RFCs across many teams → senior-software-engineer
  • Explicit senior full-stack leadership scope → senior-fullstack-developer

Related skills

NeedSkill
Senior slice delivery and deeper review barsenior-fullstack-developer
RFCs and cross-service designsenior-software-engineer
Deploy and observability plumbingdevops
Requirements and acceptance criteriabusiness-analyst
User-facing docstech-writer-researcher
Front-end-only architecture and a11ysenior-frontend-software-engineer
Web sessions, CSRF, CORS, hybrid renderingweb-application-developer
Customer ticket repro and escalationsupport-engineer

Core Workflows

1. Vertical feature delivery

1. Confirm acceptance criteria and edge cases (empty, error, permissions) 2. Define API contract and UI states 3. Implement server: validation, authz, persistence, migrations 4. Implement client against typed contract 5. Test: unit (logic), integration (API), e2e (happy path) 6. Add logging/metrics on new paths; feature flag if risky

See `references/feature_delivery.md` for checklist.

2. API and database

ConcernDefault
ValidationSchema at boundary (Zod, Pydantic)
AuthSession or JWT; check authz per resource
QueriesAvoid N+1; index for access patterns
MutationsTransactions where needed; idempotency keys for payments-like flows
ErrorsStable codes; no internal details to clients

See `references/api_and_database.md` for pagination and migrations.

3. Frontend integration

  • Match loading/error/empty states to design
  • Prefer server fetch for read-heavy pages when using Next.js App Router
  • Client components only for interactivity
  • Accessible forms (labels, focus, keyboard)

See `references/frontend_integration.md` for forms and caching.

4. Testing and PR hygiene

  • Lint and typecheck clean
  • Tests cover changed behavior, not only happy path
  • No secrets in repo; env via configuration
  • Small PRs; describe rollout and rollback

See `references/testing_debugging.md` for test pyramid.

5. Production debugging

1. Reproduce with correlation ID or request ID 2. Check deploys, flags, and recent config changes 3. Trace: logs → metrics → DB slow queries 4. Fix with regression test; hotfix or rollback per severity

See `references/testing_debugging.md` for common failures.

When to load references

  • Feature flowreferences/feature_delivery.md
  • APIs and DBreferences/api_and_database.md
  • UI integrationreferences/frontend_integration.md
  • Tests and prod issuesreferences/testing_debugging.md

Related skills

Frontend Developmentfrontendbackend

This week in AI coding

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

unsubscribe anytime.