agentsclimarketplace

Shelves Test

Generating tests

353 rows from 116 repositories

Getting an agent to write the cases, including the ones you would not have.

What Generating tests skills agree on

87 skill files read, by 85 of the 114 authors on this shelf whose files we hold, 2026-09-06

Counted by distinct author, so one author publishing three of these counts once. Where a claim sits in fewer files than authors, that is said: a claim held by forty authors across three files is one file people copied, not forty people who agreed. Near-identical wordings are grouped and the other wordings are shown, so the grouping is yours to check.

What they tell the agent to do

  1. Mock external dependencies in unit tests7 of 85also worded as mock all external dependencies; Mock only external dependencies to isolate the code under test
  2. Test behavior, not implementation details6 of 85also worded as Test public behavior, not implementation details; Test behavior through public interfaces, not implementation
  3. Cover happy path, edge cases, and error cases6 of 85also worded as Cover happy path, edge cases, errors, and interactions; Cover happy path, edge cases, and error paths
  4. Write the test first and watch it fail5 of 85also worded as Write the failing test before fixing a bug; Write the test first
  5. Test mobile, web, and developer APIs separately4 of 85
  6. Identify the API type and enumerate endpoints4 of 85also worded as Identify API type and enumerate endpoints
  7. Check rate limiting on authentication endpoints4 of 85also worded as Test authentication endpoints for rate limiting
  8. Check all API versions4 of 85also worded as Check all API versions for security gaps
  9. Test all HTTP methods on each endpoint4 of 85also worded as Test all HTTP methods per endpoint; Test every HTTP method on each endpoint
  10. Test IDOR by changing object identifiers4 of 85also worded as Test IDOR by incrementing object IDs; Test IDOR by changing object IDs
  11. Run GraphQL introspection to fetch the schema4 of 85also worded as Run GraphQL introspection to dump the schema; Send GraphQL introspection queries to dump the schema
  12. Test SQL injection in JSON parameters3 of 85also worded as Test SQL injection in JSON body fields
  13. Validate both authenticated and unauthenticated access3 of 85also worded as Validate authenticated and unauthenticated access
  14. Follow the Arrange, Act, Assert pattern3 of 85also worded as Follow arrange, act, assert pattern
  15. Break the implementation to verify each test fails3 of 85also worded as Verify all tests fail before implementation; Verify every test can fail by breaking the code

What they tell it not to do

  1. Do not ignore rate limiting checks4 of 85also worded as Don't ignore rate limiting checks; Never ignore rate limiting checks
  2. Do not replace example-based tests with property-based tests4 of 85also worded as Do not replace example-based tests with PBT; replacing example tests with property tests
  3. Don't assume the same security controls across API versions4 of 85also worded as Do not assume uniform security controls across API versions; Do not assume identical security controls across API versions
  4. Don't skip testing undocumented endpoints4 of 85also worded as Do not skip undocumented endpoints; Do not skip testing undocumented endpoints
  5. Do not write test methods without assertions4 of 85also worded as Do not commit test stubs without actual assertions; Do not write tests without user confirmation
  6. Do not test private methods directly4 of 85also worded as Don't test private implementation details; Testing private methods or internal state
  7. Do not mock the system under test3 of 85also worded as do not mock the code under test; Do not mock the thing under test
  8. Don't share mutable state between tests3 of 85also worded as Never share state between tests; No shared mutable state or ordering dependence between tests
  9. Don't write only happy-path tests3 of 85also worded as testing only the happy path; No happy-path-only test suites
  10. Do not judge code good or bad2 of 85also worded as Don't judge whether code is good or bad

What they expect to be installed

  1. pytest15 of 85
  2. hypothesis12 of 85
  3. Vitest12 of 85
  4. fast-check11 of 85
  5. jest8 of 85
  6. proptest7 of 85
  7. Grep7 of 85
  8. Stryker6 of 85
  9. mutmut6 of 85
  10. AskUserQuestion6 of 85

What they ask it to produce

  1. Unit test files7 of 85also worded as unit test file; unit tests
  2. Property-based tests6 of 85also worded as property-based tests expressing invariants; property-based test suite
  3. Coverage report5 of 85also worded as comprehensive coverage report; coverage gap report
  4. IDOR exploitation proofs4 of 85
  5. SQL injection points4 of 85
  6. Unauthorized data access documentation4 of 85
  7. Identified API vulnerabilities4 of 85also worded as List of identified API vulnerabilities
  8. Authentication bypass techniques3 of 85

How Generating tests skills are built

248 skill directories by 110 authors, read from their repositories’ own file trees 2026-08-05

The middle bundle among those shipping files is 2 files, 11.8 KB beside SKILL.md

Counted by distinct author, same as above, so one author publishing forty template copies counts once. SKILL.md itself is not counted as a file, so a single-file skill is one where that file is the whole skill.

The shape

  1. SKILL.md is the whole skill43 of 110 authors, 116 of 248 skills
  2. files ship beside it67 of 110 authors, 132 of 248 skills
  3. executable scripts ship inside21 of 110 authors, 34 of 248 skills

The folders they converge on

  1. references/43 of 110 authors, 73 of 248 skills
  2. scripts/18 of 110 authors, 29 of 248 skills
  3. assets/9 of 110 authors, 16 of 248 skills
  4. agents/7 of 110 authors, 18 of 248 skills
  5. evals/6 of 110 authors, 8 of 248 skills
  • Typo3 testing

    netresearch/typo3-testing-skill/skills/typo3-testing Skill

    no license4 repo

    Agent Skill for creating and managing TYPO3 extension tests | Claude Code compatible

  • Solana fuzz

    belumume/solana-fuzz/solana-fuzz Skill

    3 repo

    Claude Code / Codex skill that writes Trident property and invariant fuzz tests for Solana programs (Anchor and native).

  • Qa test case generation

    saleem-daqa/qa-test-case-generation Skill

    3

    Reusable Agent Skill for generating professional, non-duplicated manual QA test cases from requirements, mockups, and templates.

  • Api test generator

    teckedd-code2save/ai-build-tools/cli/skills/api-test-generator Skill

    2 repo

    From product spec to live URL — scaffold a backend with Forge, ship to your VPS with ship-to-vps

  • Characterize

    bkitduy/characterization-test-generator/skills/characterize Skill

    0 repo

    Claude Code plugin: Generate characterization tests for legacy code before AI modification. Supports Go, Python, TypeScript, JavaScript, Kotlin, Java.

  • Dotnet unit test generator

    brunovgprado/engineering-agent-skills/dotnet/dotnet-unit-test-generator Skill

    0 repo

    A collection of reusable AI Agent Skills for software engineering, architecture, code review, performance analysis, DevOps, cloud, and developer productivity.

  • Ab test generator

    Affitor/affiliate-skills/skills/analytics/ab-test-generator Skill

    595 repo

    50 AI agent skills for affiliate marketing. Research trending content, write data-backed posts, generate infographics, build landing pages, deploy — full flywheel with social intelligence. Works with Claude Code, Pi, ChatGPT, Gemini, Cursor, Windsurf, any AI.

  • Security fuzzing

    Eyadkelleh/awesome-skills-security/skills/security-fuzzing Skill

    no license353 repo

    Security testing toolkit for AI Agent: curated SecLists wordlists, injection payloads, and expert agents for authorized pentesting, CTFs, and bug bounties

  • Complete test code

    shyuan/skills/skills/complete-test-code Skill

    5 repo

    A curated collection of Agent Skills for Claude Code and compatible agents.

  • Ab test generator

    Gingg7260/affiliate-skills/skills/analytics/ab-test-generator Skill

    5 repo

    Automate affiliate marketing with 45 AI skills for research, content, pages, tracking, and optimization across any AI agent

  • Property based testing

    alialavia/pbt-skills/skills/property-based-testing Skill

    1 repo

    Claude Code skills for genuine property-based testing: discovery workflow, anti-patterns, Hypothesis & beyond.

  • Api fuzzing bug bounty

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/api-fuzzing-bug-bounty Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Ffuf web fuzzing

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/ffuf-web-fuzzing Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Api fuzzing bug bounty

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/api-fuzzing-bug-bounty Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Ffuf web fuzzing

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/ffuf-web-fuzzing Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Api fuzzing bug bounty

    sickn33/agentic-awesome-skills/skills/api-fuzzing-bug-bounty Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Ffuf web fuzzing

    sickn33/agentic-awesome-skills/skills/ffuf-web-fuzzing Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Mutation testing

    trailofbits/skills/plugins/mutation-testing/skills/mutation-testing Skill

    6,559 repo

    Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows

  • Property based testing

    trailofbits/skills/plugins/property-based-testing/skills/property-based-testing Skill

    6,559 repo

    Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows

  • Fuzzing dictionary

    trailofbits/skills/plugins/testing-handbook-skills/skills/fuzzing-dictionary Skill

    6,559 repo

    Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows

  • Fuzzing obstacles

    trailofbits/skills/plugins/testing-handbook-skills/skills/fuzzing-obstacles Skill

    6,559 repo

    Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows

  • Genotoxic

    trailofbits/skills/plugins/trailmark/skills/genotoxic Skill

    6,559 repo

    Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows

  • Api fuzzing bug bounty

    zebbern/claude-code-guide/skills/api-fuzzing-bug-bounty Skill

    4,568 repo

    Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!

  • Offensive fuzzing course

    SnailSploit/Claude-Red/Skills/fuzzing/offensive-fuzzing-course Skill

    2,895 repo

    claude-red is a curated library of offensive security skills designed for the Claude skills system. Each skill is a structured SKILL.md file that primes Claude with expert-level methodology for a specific attack surface — from SQLi to shellcode, EDR evasion to exploit development.

  • Offensive fuzzing

    SnailSploit/Claude-Red/Skills/fuzzing/offensive-fuzzing Skill

    2,895 repo

    claude-red is a curated library of offensive security skills designed for the Claude skills system. Each skill is a structured SKILL.md file that primes Claude with expert-level methodology for a specific attack surface — from SQLi to shellcode, EDR evasion to exploit development.

  • Property based testing

    foryourhealth111-pixel/Vibe-Skills/bundled/skills/property-based-testing Skill

    2,656 repo

    VibeSkills is a general-purpose Skill that automatically routes local Skills and intelligently orchestrates harness workflows.

  • Windsurf test generation

    jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-test-generation Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Fuzzing apis

    jeremylongshore/claude-code-plugins-plus-skills/plugins/testing/api-fuzzer/skills/fuzzing-apis Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Fuzzing apis

    jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/fuzzing-apis Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Windsurf test generation

    jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/windsurf-test-generation Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Api test generator

    jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/api-test-generator Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Go test generator

    jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/go-test-generator Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Jest test generator

    jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/jest-test-generator Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Property based test helper

    jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/property-based-test-helper Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Pytest test generator

    jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/pytest-test-generator Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Integration test generator

    jeremylongshore/claude-code-plugins-plus-skills/skills/16-api-integration/integration-test-generator Skill

    2,628 repo

    425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

  • Characterization test generator

    a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/characterization-test-generator Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Contract test generator

    a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/contract-test-generator Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Echidna fuzzer

    a5c-ai/babysitter/library/specializations/cryptography-blockchain/skills/echidna-fuzzer Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Xctest ui test generator

    a5c-ai/babysitter/library/specializations/desktop-development/skills/xctest-ui-test-generator Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Uat test generator

    a5c-ai/babysitter/library/specializations/domains/business/business-analysis/skills/uat-test-generator Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Software vv test generator

    a5c-ai/babysitter/library/specializations/domains/science/biomedical-engineering/skills/software-vv-test-generator Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Stryker mutation

    a5c-ai/babysitter/library/specializations/qa-testing-automation/skills/stryker-mutation Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Fuzzing ops

    a5c-ai/babysitter/library/specializations/security-research/skills/fuzzing-ops Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Load test generator

    a5c-ai/babysitter/library/specializations/software-architecture/skills/load-test-generator Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Stilrichtlinie sonderfall und edge case

    Klotzkette/claude-fuer-deutsches-recht/aktenauszug-gerichtsverfahren/skills/stilrichtlinie-sonderfall-und-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Anlagenkonvolut sonderfall edge case

    Klotzkette/claude-fuer-deutsches-recht/anlagen-zu-schriftsaetzen/skills/anlagenkonvolut-sonderfall-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Anlagenkonvolut sonderfall und edge case

    Klotzkette/claude-fuer-deutsches-recht/anlagen-zu-schriftsaetzen/skills/anlagenkonvolut-sonderfall-und-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Spezial pruefung sonderfall und edge case

    Klotzkette/claude-fuer-deutsches-recht/barrierefreiheit-web-checker/skills/spezial-pruefung-sonderfall-und-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Duesseldorfer sonderfall und edge case

    Klotzkette/claude-fuer-deutsches-recht/bav-strategie-konzern/skills/duesseldorfer-sonderfall-und-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Berufsrecht sonderfall edge case

    Klotzkette/claude-fuer-deutsches-recht/berufsrecht-ki-vertragspruefung/skills/berufsrecht-sonderfall-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Berufsrecht sonderfall und edge case

    Klotzkette/claude-fuer-deutsches-recht/berufsrecht-ki-vertragspruefung/skills/berufsrecht-sonderfall-und-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Rechtsquellen sonderfall edge case

    Klotzkette/claude-fuer-deutsches-recht/betreuungsrecht/skills/rechtsquellen-sonderfall-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Commercial sonderfall und edge case

    Klotzkette/claude-fuer-deutsches-recht/common-law-kompass/skills/commercial-sonderfall-und-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Erstellung sonderfall edge case

    Klotzkette/claude-fuer-deutsches-recht/datenschutzrecht/skills/erstellung-sonderfall-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Team sonderfall edge case

    Klotzkette/claude-fuer-deutsches-recht/dfg-foerderantrag/skills/team-sonderfall-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Glossar sonderfall edge case

    Klotzkette/claude-fuer-deutsches-recht/einfache-leichte-sprache-jura/skills/glossar-sonderfall-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Glossar sonderfall und edge case

    Klotzkette/claude-fuer-deutsches-recht/einfache-leichte-sprache-jura/skills/glossar-sonderfall-und-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Allgemeine sonderfall edge case

    Klotzkette/claude-fuer-deutsches-recht/email-umformulierer-berufsrecht/skills/allgemeine-sonderfall-edge-case Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

  • Edge case verhandlung bora international

    Klotzkette/claude-fuer-deutsches-recht/email-umformulierer-berufsrecht/skills/edge-case-verhandlung-bora-international Skill

    1,443 repo

    ⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u.a.) – inzwischen verbessert und im Alltag getestet, aber weiterhin Experiment. Bitte selber ausprobieren, Issues/PRs willkommen! Keine Rechtsberatung. Mandatsgeheimnis (§§ 203/204 StGB, § 43e BRAO), DSGVO, US-Transfer, KI-VO & Co

All 353 in the catalog