janjaszczak

51 mods across 1 repository, 0 stars between them.

keep-tidy

25

janjaszczak/cursor

Skill Claude CodeCodex

Keep the workspace tidy while the agent works: no orphan scratch docs/scripts, confine temp to .agent-scratch/ or tmp/agent-, clean before declaring done. Use during implementation, multi-file edits, shell/write batches, or when marking work done — continuous hygiene, not post-hoc /cleanup.

0 28d ago A 67 tokens

keepass

26

janjaszczak/cursor

Skill Claude CodeCodex

KeePassXC cursor.kdbx — natywny keyring per OS, keepass-db.path bez fallbacków, agent instaluje brakujące narzędzia.

0 28d ago B 39 tokens

janjaszczak/cursor

Skill Claude CodeCodex

Audit and maintain project rules in .cursor/rules/. Use when auditing project rules, checking prefix convention, syncing doc/rules.md, or when the user asks about .cursor/rules or prefix convention.

0 28d ago A 47 tokens

mcp-apify

28

janjaszczak/cursor

Skill Claude CodeCodex

Use Apify Actors for scraping/data acquisition pipelines. Use when data collection from websites is required and needs repeatable runs.

0 28d ago A 29 tokens

mcp-browser-verify

29

janjaszczak/cursor

Skill Claude CodeCodex

Use browser automation MCP (Playwright/Browser/Browser-Use) to validate UI flows, capture screenshots, and reproduce issues. Use when visual verification or web flow testing is needed.

0 28d ago A 43 tokens

mcp-browserclaw

30

janjaszczak/cursor

Skill Claude CodeCodex

Drive BrowserClaw (BrowserOS agent browser) via MCP: logged-in local Chromium for agents, cockpit/audit/replay, snapshot→act refs, tab ownership. Use when a task needs the web, real logins/cookies, parallel agent tabs, or the user mentions BrowserClaw / agent browser. Prefer over Playwright, Claude-in-Chrome, or the…

0 28d ago A 90 tokens

mcp-browseros

31

janjaszczak/cursor

Skill Claude CodeCodex

Use BrowserOS MCP to automate the user's visible Chromium browser (sessions, cookies, manual CAPTCHA/2FA). Use when anti-bot protection, user intervention, OAuth in existing session, or Klavis Strata app integrations are needed.

0 28d ago A 52 tokens

mcp-context7-docs

32

janjaszczak/cursor

Skill Claude CodeCodex

Fetch version-specific library and framework documentation via Context7 MCP. Use when implementing against third-party APIs/SDKs where model knowledge may be stale, or when the user says "use context7" / asks for current docs for a named library.

0 28d ago B 56 tokens

mcp-github-ops

33

janjaszczak/cursor

Skill Claude CodeCodex

Use GitHub MCP for issue/PR context, diffs, reviews, and automations. Use when the task references PR/issue numbers, review requests, or requires repo metadata beyond local git.

0 28d ago A 47 tokens

mcp-grafana

34

janjaszczak/cursor

Skill Claude CodeCodex

Query dashboards/logs/alerts to support incident analysis and regressions. Use when troubleshooting involves observability, incidents, latency, error rates.

0 28d ago A 34 tokens

mcp-memory-recall

35

janjaszczak/cursor

Skill Claude CodeCodex

Recall and reuse prior decisions, constraints, and artifacts using MCP memory (e.g., Neo4j). Use when the user references past work (“jak ostatnio”, “kontynuuj”), when resuming a project thread, or when a repeated topic suggests existing decisions.

0 28d ago A 60 tokens

janjaszczak/cursor

Skill Claude CodeCodex

Use Neo4j memory MCP for creating/updating linked memories (entities, relations), de-duplication (DRY), and retrieval queries for project continuity. Use when saving global learnings or querying graph relationships.

0 28d ago A 53 tokens

mcp-playwright

37

janjaszczak/cursor

Skill Claude CodeCodex

Automate browser flows and capture evidence (screenshots, console/network errors). Use for UI verification, repro steps, and end-to-end smoke tests.

0 28d ago A 35 tokens

mcp-postman

38

janjaszczak/cursor

Skill Claude CodeCodex

Use Postman MCP to inspect/maintain collections, environments, and API workflows; generate or validate requests and tests. Use when API verification or collections are the source of truth.

0 28d ago A 41 tokens

janjaszczak/cursor

Skill Claude CodeCodex

Execute Shrimp tasks in order: load state, respect dependencies, implement, verifytask, update status. Use after task-planning-shrimp or when resuming inprogress/pending tasks (/next). Not for same-session-only Plan Mode work.

0 28d ago A 59 tokens

janjaszczak/cursor

Skill Claude CodeCodex

Execute end-to-end migrations and consolidate docs/scripts (remove dead files, keep canonical runbooks). Use when changing runtime model, reorganizing repo, or doing “repo cleanup”.

0 28d ago A 42 tokens

next-stack

41

janjaszczak/cursor

Skill Claude CodeCodex

Next.js App Router frontend stack workflow: Server Components-first, Prisma server-only (Node runtime), Tailwind + shadcn/ui, TanStack Query, React Hook Form + Zod, and conventions for work under frontend/. Use when implementing or refactoring UI, routes, data fetching, mutations, or forms in this stack.

0 28d ago A 69 tokens

plan-as-contract

42

janjaszczak/cursor

Skill Claude CodeCodex

Produce a reviewable, file-referenced implementation plan that acts as a contract before execution. Use for risky ops, architecture changes, migrations, multi-file edits.

0 28d ago A 36 tokens

ponytail

43

janjaszczak/cursor

Skill Claude CodeCodex

On-demand over-engineering review/audit using the "laziness ladder" (DietrichGebert/ponytail) — the always-on rung is already in USERRULES.txt STATIC PRINCIPLES; this skill is for deep diff/repo audits and debt tracking. Use when the user asks to review a diff or repo for over-engineering, unnecessary abstractions…

0 28d ago A 95 tokens

janjaszczak/cursor

Skill Claude CodeCodex

FastAPI + Pydantic v2 backend workflow: implement/modify API endpoints with thin handlers + service layer, add pytest tests, manage idempotent Alembic migrations, and implement streaming ETL/parsers with invalid-row CSV logging. Use this skill when working on Python backend APIs, schema changes, or ingestion/parsing…

0 28d ago A 74 tokens

python-style

45

janjaszczak/cursor

Skill Claude CodeCodex

Enforce consistent Python typing (type hints + return types), concise Google-style docstrings, PEP 8/Black formatting, and unit tests when creating or editing Python code. Use when working on .py files, Python APIs, refactors, or bug fixes where maintainability and correctness matter.

0 28d ago A 63 tokens

repo-grounding

46

janjaszczak/cursor

Skill Claude CodeCodex

Ground answers in the repository by reading relevant files, configs, and code paths. Use when the user asks to modify/debug code, configuration, CI/CD, or wants repo-specific reasoning.

0 28d ago A 41 tokens

solid-enforcer

47

janjaszczak/cursor

Skill Claude CodeCodex

Enforce SOLID design principles during code generation, refactors, and code review (SRP/OCP/LSP/ISP/DIP). Use when changing architecture, introducing new abstractions, reducing coupling, eliminating type-switches, or reviewing PRs for maintainability.

0 28d ago A 58 tokens

structured-delivery

48

janjaszczak/cursor

Skill Claude CodeCodex

Provide structured outputs (plan/report/checklist/table) optimized for readability and reuse. Use when user requests a plan, report, checklist, template, or when high-risk requires explicit verification steps.

0 28d ago A 42 tokens