Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

developer-stack-skills

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

developer-stack-skills

AI agent SKILL.md files for Java/Spring, Python/FastAPI, React/Angular, Testing, and Project Conventions. Compatible with Claude, Cline, Roocode, Copilot, and Cursor.

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
17
-93.49%
Maintainers
1
Weekly downloads
 
Created
Source

developer-stack-skills

AI agent SKILL.md files for full-stack developers — Java, Python, React, Angular, Testing, and Project Conventions.

Compatible with Claude, Cline, Roocode, GitHub Copilot, and Cursor.

Install

npm install developer-stack-skills

Skills Included

SkillFileUse When
java-springjava-spring/SKILL.mdSpring Boot, JPA, REST APIs, JUnit
python-backendpython-backend/SKILL.mdFastAPI, SQLAlchemy, Pydantic, pytest
frontendfrontend/SKILL.mdReact, Angular, TypeScript, TanStack Query
testingtesting/SKILL.mdUnit, integration, E2E across all stacks
project-conventionsproject-conventions/SKILL.mdGit, ADRs, naming, PR standards, README

Usage by Agent

Claude / Cursor

Point to the skill file in your system prompt or agent config:

Read node_modules/developer-stack-skills/java-spring/SKILL.md before writing any Java code.

Cline (VS Code)

Add to .clinerules in your project root:

skills:
  - node_modules/developer-stack-skills/java-spring/SKILL.md
  - node_modules/developer-stack-skills/testing/SKILL.md
  - node_modules/developer-stack-skills/project-conventions/SKILL.md

Roocode

Add to .roo/config.yml:

skills:
  - path: node_modules/developer-stack-skills/python-backend/SKILL.md
  - path: node_modules/developer-stack-skills/frontend/SKILL.md

GitHub Copilot

Reference in .github/copilot-instructions.md:

Follow the conventions in:
- node_modules/developer-stack-skills/frontend/SKILL.md
- node_modules/developer-stack-skills/project-conventions/SKILL.md

Stack

  • Java: Java 17+, Spring Boot 3.x, JPA/Hibernate, JUnit 5, Mockito
  • Python: Python 3.12+, FastAPI, Pydantic v2, SQLAlchemy 2.x, pytest
  • Frontend: React 18+, Angular 17+, TypeScript 5+, TanStack Query, Vitest
  • Testing: JUnit 5, pytest, Vitest, Testing Library, Playwright, Testcontainers
  • Conventions: Conventional Commits, ADRs, Git Flow or Trunk-Based Development

License

MIT

Keywords

ai-agents

FAQs

Package last updated on 15 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts