'Sub-skill of pytest-fixture-generator: Example 1: Generate Basic Configuration
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill example-1-generate-basic-configuration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Example 1 Generate Basic Configuration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-example-1-generate-basic-configuration-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: pytest-fixture-generator-example-1-generate-basic-configuration
description: 'Sub-skill of pytest-fixture-generator: Example 1: Generate Basic Configuration
(+2).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Example 1: Generate Basic Configuration (+2)
## Example 1: Generate Basic Configuration
```bash
# Generate for standard project
/pytest-fixture-generator
# Creates:
# - pytest.ini
# - tests/conftest.py
# - tests/test_example.py
```
## Example 2: Custom Markers
```bash
# Generate with domain-specific markers
/pytest-fixture-generator --markers unit,integration,api,database,etl
```
## Example 3: Specific Coverage Target
```bash
# Generate with 90% coverage requirement
/pytest-fixture-generator --coverage 90
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!