Verify determinism of a crawl by running it twice with the same seed and comparing artifacts. Use after implementing or modifying frontier, fetch, or artifact code.
copyleftdev/palimpsest
SkillsMP has collected 8 skills from copyleftdev/palimpsest. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 2
- GitHub forks
- 0
Skills in this repository
Showing 8 of 8 collected skills.
Audit ExecutionEnvelope implementations for completeness and immutability. Use when modifying the envelope crate or reviewing fetch code that constructs envelopes.
Simulate deterministic frontier scheduling for a set of URLs and seeds. Use to verify ordering, politeness, and priority behavior without performing actual fetches.
Audit Rust source code against Palimpsest's Six Laws. Use when reviewing code changes, before commits, or when asked to verify invariant compliance across the codebase.
Run replay fidelity tests — verify that stored artifacts can reconstruct the original HTTP exchange, DOM state, and resource graph. Use after modifying artifact, storage, or replay crates.
Monitor Anthropic public changes — docs, SDK releases, API updates, status incidents. Use to check for recent changes that may affect this project's tooling, dependencies, or AI-native output capabilities.
Compare Palimpsest shadow-mode output against legacy crawlers (Heritrix, Brozzler, Warcprox). Use during Phase 1 migration to validate artifact equivalence.
Perform threat modeling on Palimpsest components. Use when adding new features, modifying trust boundaries, or reviewing security posture of fetch/replay/storage layers.