Contributing to notebooklm-py
Description
Contributing to notebooklm-py skill
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for teng-lin/notebooklm-py, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
Contributing to notebooklm-py
For Human Contributors
Getting Started
# Install in development mode
pip install -e ".[all]"
playwright install chromium
# Run tests
pytest
# Run linter
ruff check src/ tests/
# Run formatter
ruff format src/ tests/
Code Quality
This project uses **ruff** for linting and formatting:
# Check for lint issues
ruff check src/ tests/
# Auto-fix lint issues
ruff check --fix src/ tests/
# Check formatting
ruff format --check src/ tests/
# Apply formatting
ruff format src/ tests/
**Pre-commit hooks** (optional but recommended):
pip install pre-commit
pre-commit install
Pull Request Process
- Create a feature branch from
main - Make your changes with clear commit messages
- Ensure tests pass:
pytest - Ensure lint passes:
ruff check src/ tests/ - Ensure formatting:
ruff format --check src/ tests/ - Submit a PR with a description of changes
Pull Request Quality Expectations
- Reference an issue: PRs should link to an existing issue or clearly describe the problem being solved. If no issue exists, open one first for discussion.
- AI-assisted contributions: Welcome, but the submitter must review, understand, and test the code before submitting. PRs that appear to be unreviewed AI output will be closed.
- No duplicates: Check existing open PRs before submitting. Duplicate PRs for the same issue will be closed in favor of the first or best submission.
- Accurate severity: Claims of "critical" bugs must include evidence (stack trace, reproduction steps, affected users). Routine edge cases are not critical.
- Tested locally: All PRs must include evidence of local testing. The PR template includes a checklist for this.
Documentation Rules for AI Agents
**IMPORTANT:** All AI agents (Claude, Gemini, etc.) must follow these rules when working in this repository.
File Creation Rules
**No Root Rule** - Never create `.md` files in the repository root unless explicitly instructed by the user.
**Modify, Don't Fork** - Edit existing files; never create `FILE_v2.md`, `FILE_REFERENCE.md`, or `FILE_updated.md` duplicates.
**Scratchpad Protocol** - All analysis, investigation logs, and intermediate work go in `docs/scratch/` with date prefix: `YYYY-MM-DD-.md`
**Consolidation First** - Before creating new docs, search for existing related docs and update them instead.
Protected Sections
Some sections within files are critical and must not be modified without explicit user approval.
**Inline markers** (source of truth):
## Critical Section Title
Content that should not be changed by agents...
For code files:
# PROTECTED: Do not modify without approval
class RPCMethod(Enum):
...
# END PROTECTED
**Rule:** Never modify content between `PROTECTED` and `END PROTECTED` markers unless explicitly
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11