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
- Mock external dependencies in unit tests7 of 85also worded as mock all external dependencies; Mock only external dependencies to isolate the code under test
- Test behavior, not implementation details6 of 85also worded as Test public behavior, not implementation details; Test behavior through public interfaces, not implementation
- 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
- Write the test first and watch it fail5 of 85also worded as Write the failing test before fixing a bug; Write the test first
- Test mobile, web, and developer APIs separately4 of 85
- Identify the API type and enumerate endpoints4 of 85also worded as Identify API type and enumerate endpoints
- Check rate limiting on authentication endpoints4 of 85also worded as Test authentication endpoints for rate limiting
- Check all API versions4 of 85also worded as Check all API versions for security gaps
- Test all HTTP methods on each endpoint4 of 85also worded as Test all HTTP methods per endpoint; Test every HTTP method on each endpoint
- Test IDOR by changing object identifiers4 of 85also worded as Test IDOR by incrementing object IDs; Test IDOR by changing object IDs
- 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
- Test SQL injection in JSON parameters3 of 85also worded as Test SQL injection in JSON body fields
- Validate both authenticated and unauthenticated access3 of 85also worded as Validate authenticated and unauthenticated access
- Follow the Arrange, Act, Assert pattern3 of 85also worded as Follow arrange, act, assert pattern
- 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
- Do not ignore rate limiting checks4 of 85also worded as Don't ignore rate limiting checks; Never ignore rate limiting checks
- 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
- 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
- Don't skip testing undocumented endpoints4 of 85also worded as Do not skip undocumented endpoints; Do not skip testing undocumented endpoints
- 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
- Do not test private methods directly4 of 85also worded as Don't test private implementation details; Testing private methods or internal state
- 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
- 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
- Don't write only happy-path tests3 of 85also worded as testing only the happy path; No happy-path-only test suites
- 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
- pytest15 of 85
- hypothesis12 of 85
- Vitest12 of 85
- fast-check11 of 85
- jest8 of 85
- proptest7 of 85
- Grep7 of 85
- Stryker6 of 85
- mutmut6 of 85
- AskUserQuestion6 of 85
What they ask it to produce
- Unit test files7 of 85also worded as unit test file; unit tests
- Property-based tests6 of 85also worded as property-based tests expressing invariants; property-based test suite
- Coverage report5 of 85also worded as comprehensive coverage report; coverage gap report
- IDOR exploitation proofs4 of 85
- SQL injection points4 of 85
- Unauthorized data access documentation4 of 85
- Identified API vulnerabilities4 of 85also worded as List of identified API vulnerabilities
- 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
- SKILL.md is the whole skill43 of 110 authors, 116 of 248 skills
- files ship beside it67 of 110 authors, 132 of 248 skills
- executable scripts ship inside21 of 110 authors, 34 of 248 skills
The folders they converge on
- references/43 of 110 authors, 73 of 248 skills
- scripts/18 of 110 authors, 29 of 248 skills
- assets/9 of 110 authors, 16 of 248 skills
- agents/7 of 110 authors, 18 of 248 skills
- evals/6 of 110 authors, 8 of 248 skills
netresearch/typo3-testing-skill/skills/typo3-testing Skill
no license4★ repoAgent Skill for creating and managing TYPO3 extension tests | Claude Code compatible
belumume/solana-fuzz/solana-fuzz Skill
3★ repoClaude Code / Codex skill that writes Trident property and invariant fuzz tests for Solana programs (Anchor and native).
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.
teckedd-code2save/ai-build-tools/cli/skills/api-test-generator Skill
2★ repoFrom product spec to live URL — scaffold a backend with Forge, ship to your VPS with ship-to-vps
bkitduy/characterization-test-generator/skills/characterize Skill
0★ repoClaude Code plugin: Generate characterization tests for legacy code before AI modification. Supports Go, Python, TypeScript, JavaScript, Kotlin, Java.
brunovgprado/engineering-agent-skills/dotnet/dotnet-unit-test-generator Skill
0★ repoA collection of reusable AI Agent Skills for software engineering, architecture, code review, performance analysis, DevOps, cloud, and developer productivity.
Affitor/affiliate-skills/skills/analytics/ab-test-generator Skill
595★ repo50 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.
Eyadkelleh/awesome-skills-security/skills/security-fuzzing Skill
no license353★ repoSecurity testing toolkit for AI Agent: curated SecLists wordlists, injection payloads, and expert agents for authorized pentesting, CTFs, and bug bounties
shyuan/skills/skills/complete-test-code Skill
5★ repoA curated collection of Agent Skills for Claude Code and compatible agents.
Gingg7260/affiliate-skills/skills/analytics/ab-test-generator Skill
5★ repoAutomate affiliate marketing with 45 AI skills for research, content, pages, tracking, and optimization across any AI agent
alialavia/pbt-skills/skills/property-based-testing Skill
1★ repoClaude Code skills for genuine property-based testing: discovery workflow, anti-patterns, Hypothesis & beyond.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/api-fuzzing-bug-bounty Skill
44,658★ repoAAS 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.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/ffuf-web-fuzzing Skill
44,658★ repoAAS 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.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/api-fuzzing-bug-bounty Skill
44,658★ repoAAS 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.
sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/ffuf-web-fuzzing Skill
44,658★ repoAAS 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.
sickn33/agentic-awesome-skills/skills/api-fuzzing-bug-bounty Skill
44,658★ repoAAS 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.
sickn33/agentic-awesome-skills/skills/ffuf-web-fuzzing Skill
44,658★ repoAAS 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.
trailofbits/skills/plugins/mutation-testing/skills/mutation-testing Skill
6,559★ repoTrail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows
trailofbits/skills/plugins/property-based-testing/skills/property-based-testing Skill
6,559★ repoTrail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows
trailofbits/skills/plugins/testing-handbook-skills/skills/fuzzing-dictionary Skill
6,559★ repoTrail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows
trailofbits/skills/plugins/testing-handbook-skills/skills/fuzzing-obstacles Skill
6,559★ repoTrail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows
trailofbits/skills/plugins/trailmark/skills/genotoxic Skill
6,559★ repoTrail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows
zebbern/claude-code-guide/skills/api-fuzzing-bug-bounty Skill
4,568★ repoClaude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!
SnailSploit/Claude-Red/Skills/fuzzing/offensive-fuzzing-course Skill
2,895★ repoclaude-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.
SnailSploit/Claude-Red/Skills/fuzzing/offensive-fuzzing Skill
2,895★ repoclaude-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.
foryourhealth111-pixel/Vibe-Skills/bundled/skills/property-based-testing Skill
2,656★ repoVibeSkills is a general-purpose Skill that automatically routes local Skills and intelligently orchestrates harness workflows.
jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-test-generation Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/plugins/testing/api-fuzzer/skills/fuzzing-apis Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/fuzzing-apis Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/windsurf-test-generation Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/api-test-generator Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/go-test-generator Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/jest-test-generator Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/property-based-test-helper Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/09-test-automation/pytest-test-generator Skill
2,628★ repo425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
jeremylongshore/claude-code-plugins-plus-skills/skills/16-api-integration/integration-test-generator Skill
2,628★ repo425 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★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/contract-test-generator Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/cryptography-blockchain/skills/echidna-fuzzer Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/desktop-development/skills/xctest-ui-test-generator Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/domains/business/business-analysis/skills/uat-test-generator Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/domains/science/biomedical-engineering/skills/software-vv-test-generator Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/qa-testing-automation/skills/stryker-mutation Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/security-research/skills/fuzzing-ops Skill
1,665★ repoBabysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
a5c-ai/babysitter/library/specializations/software-architecture/skills/load-test-generator Skill
1,665★ repoBabysitter 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
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
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