documentation-generator
Documentation Generator
Purpose and Intent
The documentation-generator ensures that software projects remain maintainable by automatically creating and updating technical documentation directly from the source code.
When to Use
- Post-Development: Run after a feature is completed to ensure the API docs are up to date.
- Onboarding: Use to generate architecture diagrams and overviews for new team members.
When NOT to Use
- High-Level Strategy: This tool generates technical docs; it cannot write "Business Requirements" or "Product Vision" documents.
Security and Data-Handling Considerations
- Operates locally; does not upload source code to external servers.
More from jorgealves/agent_skills
python-security-scanner
Detect common Python vulnerabilities such as SQL injection, unsafe deserialization, and hardcoded secrets. Use as part of a secure SDLC for Python projects.
187gdpr-ccpa-privacy-auditor
Audits web applications to ensure declared privacy policies match actual technical data collection practices. Use to identify discrepancies in cookie usage, tracking scripts, and user data handling.
150prompt-injection-scanner
Audits agent skill instructions and system prompts for vulnerabilities to prompt hijacking and indirect injection. Use when designing new agent skills or before deploying agents to public environments where users provide untrusted input.
147hipaa-compliance-guard
Audits HealthTech applications for HIPAA technical safeguards like encryption and audit logging. Use when reviewing healthcare infrastructure or ensuring PHI is handled according to legal security standards.
128pii-sanitizer
Detects and redacts Personally Identifiable Information (PII) like emails, phone numbers, and credit cards. Use when cleaning logs, datasets, or communications to comply with GDPR/CCPA privacy standards.
128python-data-pipeline-designer
Design ETL workflows with data validation using tools like Pandas, Dask, or PySpark. Use when building robust data processing systems in Python.
123