junie.jetbrains.com
FreeCodify project patterns once, and Junie follows them automatically.
About junie.jetbrains.com
Agent skills in Junie are folders containing instructions, templates, scripts, and reference materials that provide task-specific context to the AI agent. They allow teams to codify project patterns like naming conventions, test structure, deployment steps, and code review rules. Unlike guidelines that apply to every prompt, agent skills are only invoked when relevant, enabling progressive disclosure. Skills follow an open format and are portable across agents (Junie CLI can detect skills from .cursor/skills/, .claude/skills/, or .codex/skills/ and suggest importing them). Teams use skills for API scaffolding, code review, database migrations, test coverage, CI/CD pipelines, and component templates. Skills work in both Junie CLI and JetBrains IDEs and can be shared via version control.
Key Features
Pros & Cons
- Progressive disclosure reduces unnecessary context for the AI
- Instructions can include attached files and scripts for complete context
- Portable across different AI agents using the open format
- Easy to share and version control within a team
- Automatically invoked by Junie CLI when relevant