Burduja Sergiu
Community@seriiserii825 · Moldova. Chishinau
Burduja Sergiu maintains skills for Office document processing (docx, xlsx, pptx, pdf), GPG-encrypted secrets management, morning briefs, memory import, and skill authoring.
Agent Skills by Burduja Sergiu
Showing 8 vetted skills indexed across 1 GitHub repositories.
env-gpgrc
Registers secret files in .gpgrc and .gitignore for GPG-encrypted git workflows.
morning
Generates a styled single-file HTML morning brief from calendar, email, and chat data.
xlsx
Create, edit, and recalculate Excel spreadsheets with openpyxl, pandas, and LibreOffice.
Extract, merge, split, create, and fill PDF documents using Python libraries and command-line tools.
import-memory
Import memory exports from other AI assistants into Claude's memory store.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.
pptx
Create, edit, and validate PowerPoint .pptx and .potx presentation files.
docx
Create, edit, and validate Word .docx documents via OOXML manipulation.
Frequently Asked Questions About Burduja Sergiu
FAQPage SchemaWhat tasks can I accomplish with Burduja Sergiu's skills?▼
You can create, read, edit, and convert Word documents, Excel spreadsheets, PowerPoint decks, and PDFs (including OCR, merging, splitting, and form filling), GPG-encrypt credentials files in git repos, render a morning brief as HTML, import memory from other AI assistants, and author or benchmark new skills.
Who are these skills designed for?▼
They target Claude users who regularly handle Office documents and PDFs, developers managing .env secrets in git repositories with a .gpgrc/GPG setup, and skill authors who want to create, evaluate, and optimize skills with variance analysis and triggering-accuracy tuning.
How do the document skills decide when to trigger?▼
Each skill triggers on explicit file-format references: docx for .docx/.dotx, xlsx for .xlsx/.csv/.tsv, pptx for .pptx/.potx, and pdf for any .pdf mention. When no format is named, they defer to dedicated document or slide-deck artifact types if the session offers them.
Are these skills open source, and what is the licensing?▼
The docx, xlsx, pptx, and pdf skills carry a proprietary license, with complete terms defined in each skill's LICENSE.txt file. The env-gpgrc, morning, import-memory, and skill-creator skills list no license field in their frontmatter, so their terms are unspecified.
What prerequisites does the env-gpgrc skill require?▼
It requires a git repository already using the .gpgrc/GPG encryption setup, specifically the bash-git/encrypt.sh and bash-scripts/gpg.sh scripts. When triggered by a new or edited .env, .env.local, or *-env.sh credentials file, it registers the file in .gpgrc and adds its plaintext path to .gitignore.