streamable-httpupdated 23d ago
Opinionated and time-tested agent skills for trustworthy, production-grade engineering — spec-driven planning, rigorous review, test auditing to bust false-confidence, and clean operations. Built with engineering best practices in mind, adapted for use by teams shipping with coding agents. Welcome to agentic SDLC!
What can you do with gjalla?
gjalla/engineering
Opinionated and time-tested agent skills for trustworthy, production-grade engineering — spec-driven planning, rigorous review, test auditing to bust false-confidence, and clean operations. Built with engineering best practices in mind, adapted for use by teams shipping with coding agents. Welcome to agentic SDLC!
Install
# all skills
npx skills add gjalla/engineering
# browse and pick
npx skills add gjalla/engineering --list
Each skill is a SKILL.md your coding agent loads on demand. Works with Claude Code, Cursor, Codex, and the other agents supported by npx skills.
Every skill works standalone. A few note optional gjalla CLI commands that enrich them with live architecture and rules context — those are enhancements, not requirements.
Built by gjalla — the infrastructure for trustworthy code when building with coding agents.
Install
Add gjalla to your client. Pick the one you use.
claude mcp add --transport http gjalla https://gjalla.io/mcp/streamcodex mcp add gjalla --url https://gjalla.io/mcp/stream{
"mcpServers": {
"gjalla": {
"url": "https://gjalla.io/mcp/stream"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"gjalla": {
"type": "http",
"url": "https://gjalla.io/mcp/stream"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"gjalla": {
"url": "https://gjalla.io/mcp/stream"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gjalla": {
"serverUrl": "https://gjalla.io/mcp/stream"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation10/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 15 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 15, 2026 |