AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Full Project Pdf Dossier

skill-xaiht-tlamatini-full-project-pdf-dossier · by XAIHT

Use when asked to create or update a complete project PDF dossier, app summary, architecture report, or repository documentation PDF that must describe the whole system, how it works, how to use it, the complete tracked file tree, effective line counts by language excluding comments/blanks/docstrings, latest changes, and validation evidence.

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-xaiht-tlamatini-full-project-pdf-dossier

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xaiht-tlamatini-full-project-pdf-dossier)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Full Project Pdf Dossier? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Full Project PDF Dossier

Use this skill when the requested PDF must be a complete project artifact, not only a recent-change addendum.

Required Output

The PDF must include:

  • Product/system description: what the system is, what it does, and who uses it.
  • Architecture: major runtime layers, request flow, important modules, and how subsystems cooperate.
  • Usage guide: source-mode setup, daily chat usage, Multi-Turn guidance, workflow designer usage, and release/package path.
  • Repository facts: current HEAD, tracked file count, agent count, frontend module counts, dependency count, and recent commits.
  • Effective line inventory by language: file count, total physical lines, effective lines, and share of total effective lines.
  • Effective line methodology: exclude blank lines, comment-only lines, and Python module/class/function docstrings.
  • Largest effective source files.
  • Complete tracked repository file tree, split across pages if needed.
  • Clear generation timestamp and validation notes.

Preferred Tlamatini Workflow

When working in the Tlamatini repo, prefer the deterministic generator:

python Tlamatini\agent\doc_generation\refresh_project_docs.py

That script delegates to complete_project_docs.py and rebuilds both the full PDF and the matching no-overlap PPTX. If only the PDF is needed, it is still acceptable to run the full generator because the shared context prevents PDF/PPT drift.

Inventory Rules

  • Use git ls-files for the complete tracked source tree.
  • Do not include .git, virtualenvs, node_modules, build output, caches, or generated local-only folders in the primary tree unless the user explicitly asks for local inventory.
  • Count text files only for line inventory. Skip binary/media artifacts.
  • For Python, use AST/tokenization when possible so docstrings and comments do not inflate effective lines.
  • For JS/CSS/HTML/YAML/PowerShell/Batch/proto, strip normal block or line comments and then count nonblank lines.
  • For Markdown, count nonblank authored documentation lines after stripping HTML comments.

Quality Bar

  • The PDF should read as an executive/technical dossier, not a dump.
  • The complete tree can be an appendix, but it must be present.
  • Tables should be readable and paginated safely.
  • Include exact dates and commit ids when discussing current state.
  • When generating or modifying Python source code for the dossier workflow, run python -m ruff check from the project root and fix reported errors before handing off.
  • Verify by extracting PDF text or checking page count after generation.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.