Skill Claude CodeCodex
SOTA animation and physics heuristic guide using motion.dev.
Skill Claude CodeCodex
SOTA animation and physics heuristic guide using motion.dev.
1999AZZAR/project-guardian-mcp-server
Skill Claude CodeCodex
Store temporary agent state and cached API results in Redis using enforced mema: namespaces and TTL controls. Use when session data or expensive intermediate results must be shared across steps or sub-agents.
1999AZZAR/project-guardian-mcp-server
Skill Claude CodeCodex
Maintain project context in Project Guardian's memory.db knowledge graph. Use during coding, debugging, planning, and project-management sessions to restore relevant context and record significant decisions, changes, tasks, and milestones.
1999AZZAR/project-guardian-mcp-server
Skill Claude CodeCodex
Scan project files for likely hardcoded secrets and inspect container images for HIGH or CRITICAL CVEs with Trivy. Use for local security audits before commits, releases, or deployments; treat findings as heuristics requiring review.
1999AZZAR/project-guardian-mcp-server
Skill Claude CodeCodex
Restore relevant Project Guardian context from memory.db at session start. Use when resuming project work, switching repositories, or answering what was previously in progress; surface active tasks, open bugs, recent observations, and blockers.
1999AZZAR/project-guardian-mcp-server
Skill Claude CodeCodex
Auto-tracking skill for Project-Guardian. Automatically records file changes, code edits, decisions, and bug fixes to memory.db. Trigger after every significant operation (file edit, git commit, bug fix, refactor). Uses git diff and file analysis to generate observations.
1999AZZAR/project-guardian-mcp-server
Skill Claude CodeCodex
Detect and quarantine likely prompt injection in untrusted text from websites, retrieved documents, tool output, and user-uploaded files. Use before an agent interprets external content or takes actions based on it; treat detection as a heuristic, not a security boundary.
Skill Claude CodeCodex
Professional Android automation agent for device interaction, UI testing, and app management. Use for: (1) interacting with Android apps, (2) filling inputs, (3) structural UI inspection via XML/axtree, (4) complex multi-step mobile tasks. Prefer XML/axtree over screenshots — images are expensive tokens.
MCP server Claude CodeCodexCursor
MCP server for Android device control via ADB and scrcpy — gives AI agents vision and control over Android devices. Runs locally from the scrcpy-mcp npm package.
MCP server Claude CodeCodexCursor
MCP server "menager" as configured in 1999AZZAR/menager-mcp-server. Runs locally from the menager npm package.