r5rana/agentware

Framework that makes your LLM self-aware, loops with self-learning and persistent memory that's private. Open-source & free.

24Stars on the repository
34Mods indexed here, across every type
15d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

r5rana/agentware

Skill Claude CodeCodex

Verify a running backend endpoint actually works by calling it yourself, not by reading the code. When asked to "verify this endpoint", "test the API", "check the route works", "confirm the mutation persisted", "did the request succeed", or whenever a change adds or modifies an HTTP/RPC/GraphQL endpoint, identify the…

24 15d ago A 177 tokens original Apache-2.0

r5rana/agentware

Skill Claude CodeCodex

Audit CI/CD pipelines and agent integration points for injection, privilege escalation, secret exfiltration, and untrusted-input flows. When asked to "audit the CI pipeline", "review these GitHub Actions", "check the build for security", "is this workflow safe", "harden the deploy", or before shipping changes to CI…

24 15d ago B 167 tokens original Apache-2.0

r5rana/agentware

Skill Claude CodeCodex

Audit a project's dependencies and supply chain for risk. When asked to "audit dependencies", "check for vulnerable packages", "supply-chain audit", "scan for CVEs", "generate an SBOM", or before shipping/upgrading dependencies, scan the dependency graph for known CVEs, verify lockfile and pinned-version integrity…

24 15d ago B 123 tokens original Apache-2.0

env-doctor

04

r5rana/agentware

Skill Claude CodeCodex

Diagnose and fix a broken developer environment BEFORE work starts. When asked to "set up the dev environment", "why won't this build", "fix my environment", "the project won't run", "check my toolchain", "env doctor", "diagnose setup", or when a fresh clone / new machine / CI runner fails before any real task begins…

24 15d ago A 142 tokens original Apache-2.0

frontend-design

05

r5rana/agentware

Skill Claude CodeCodex

Produce bold, distinctive, accessible UI instead of generic AI-slop output. When asked to "design this screen", "build a UI", "make this look good", "style this component", "improve the design", "make it less generic", "pick colors and typography", "lay out this page", or when scaffolding any new frontend surface (web…

24 15d ago A 164 tokens original Apache-2.0

r5rana/agentware

Skill Claude CodeCodex

Turn a working diff into clean Conventional Commits, a well-structured pull request, and a changelog entry — WITHOUT ever committing on the user's behalf. When asked to "write a commit message", "commit this", "draft a PR", "open a pull request", "write the PR description", "squash these commits", "write a changelog…

24 15d ago A 167 tokens original Apache-2.0

interview

07

r5rana/agentware

Skill Claude CodeCodex

Run a coding-interview practice session as the interviewer, and keep a permanent per-problem record of it. Use whenever the user pastes a coding problem (a LeetCode/NeetCode link, a problem statement, or a function signature), or says "interview me", "interview help", "learn help", "let's practice", "mock interview"…

24 15d ago C 185 tokens original Apache-2.0

knowledge-base

08

r5rana/agentware

Skill Claude CodeCodex

The knowledge base is agentware's long-term memory across sessions. It does NOT live in this repo — it lives in an EXTERNAL directory the operator chose at onboarding. Resolve that directory at runtime.

24 15d ago A 0 tokens original Apache-2.0

onboarding

09

r5rana/agentware

Skill Claude CodeCodex

Skill "onboarding" from r5rana/agentware, covering onboarding skill — agentware first-run flow, the core design (state this to the user), self-extension clause (always true), the steps and step 1 — welcome and explain.

24 15d ago B 0 tokens original Apache-2.0

safe-migration

10

r5rana/agentware

Skill Claude CodeCodex

Change data, schema, config, or file layout safely — with a backup and a tested rollback before you touch anything. When asked to "run this migration", "alter the schema", "add/drop a column", "migrate the database", "backfill this data", "rename this field", "change the data model", "move these files", "bulk update…

24 15d ago A 213 tokens original Apache-2.0

sast-audit

11

r5rana/agentware

Skill Claude CodeCodex

Whole-repository static application security testing organized by vulnerability class. When asked to "security audit", "find vulnerabilities", "SAST scan", "pentest the code", or before shipping security-sensitive code, run a recon → per-class detection → verification → report flow covering SQLi, XSS, GraphQL abuse…

24 15d ago A 133 tokens original Apache-2.0

secure-by-design

12

r5rana/agentware

Skill Claude CodeCodex

Apply security at design time, before code is written. When asked to "design this securely", "add a secure-by-design review", "what are the security requirements", "harden this feature", or when scoping any new endpoint, auth flow, data model, integration, or LLM/agent feature, walk a proactive checklist grounded in…

24 15d ago A 154 tokens original Apache-2.0

self-improvement

13

r5rana/agentware

Skill Claude CodeCodex

Without an explicit promotion procedure, knowledge dies in three places.

24 15d ago B 0 tokens original Apache-2.0

skill-creator

14

r5rana/agentware

Skill Claude CodeCodex

Scaffold a new spec-compliant, portable Agent Skill (folder + SKILL.md with YAML frontmatter where name == the folder, plus optional scripts/ and references/) and validate it against the agentskills.io standard. When asked to "create a skill", "scaffold a skill", "author a new skill", "make a SKILL.md", "turn this…

24 15d ago A 174 tokens original Apache-2.0

skill-vetter

15

r5rana/agentware

Skill Claude CodeCodex

Security gate that vets any EXTERNAL skill, MCP server, or plugin BEFORE it is trusted or installed. When asked to "vet a skill", "review this MCP server", "is this plugin safe", "audit a downloaded skill", or before skill add installs anything, scan the SKILL.md / manifest for prompt-injection and…

24 15d ago D 135 tokens original Apache-2.0

r5rana/agentware

Skill Claude CodeCodex

Find the root cause of a bug methodically instead of guessing. When asked to "debug this", "why is this failing", "this test is flaky", "track down this crash", "find the root cause", "this worked before and now it doesn't", or when a fix attempt failed and you are tempted to try random changes, run a reproduce →…

24 15d ago A 148 tokens original Apache-2.0

test-authoring

17

r5rana/agentware

Skill Claude CodeCodex

Author and run focused, high-signal tests for code, the TDD way. When asked to "write tests", "add test coverage", "do TDD", "test this function", "cover this edge case", "get this to green", or when a change lands without tests, infer the project's existing test framework, write targeted tests for the changed or…

24 15d ago A 143 tokens original Apache-2.0

threat-modeling

18

r5rana/agentware

Skill Claude CodeCodex

Enumerate threats at design time using STRIDE, data-flow diagrams, and trust-boundary analysis. When asked to "threat model this", "do a STRIDE analysis", "what could go wrong with this design", "map the attack surface", "find the trust boundaries", or when scoping a new system, integration, agent loop, or data flow…

24 15d ago A 148 tokens original Apache-2.0

ui-verification

19

r5rana/agentware

Skill Claude CodeCodex

Marking a UI task "complete" because the build and unit tests pass is risky — units don't catch routing bugs, hydration issues, race conditions on real network calls, broken visual states, or wrong API payloads. A real browser hitting the real running app is the only honest "complete" for a UI task. This skill is…

24 15d ago A 0 tokens original Apache-2.0